]> git.proxmox.com Git - qemu.git/blobdiff - slirp/tftp.c
eepro100: Replace variable name to fix a compiler warning
[qemu.git] / slirp / tftp.c
index 12dd3444f8a87c31a97927c5d1d4c4a261612a7d..96c0e0c673590e8aac559044eb790dc4627e7c56 100644 (file)
@@ -368,6 +368,7 @@ static void tftp_handle_rrq(Slirp *slirp, struct tftp_t *tp, int pktlen)
          }
 
          tftp_send_oack(spt, "tsize", tsize, tp);
+         return;
       }
   }