]> git.proxmox.com Git - qemu.git/blobdiff - slirp/if.c
slirp: Drop link_up checks from if_output and slirp_socket_can_recv
[qemu.git] / slirp / if.c
index 1ef4bf963a7722ee35aadf425adc790dc4d0f0cc..58ab4c7aca3213717c5a0eafefc0ec1c2b8e053f 100644 (file)
@@ -138,10 +138,7 @@ diddit:
        /*
         * This prevents us from malloc()ing too many mbufs
         */
-       if (link_up) {
-               /* if_start will check towrite */
-               if_start();
-       }
+       if_start();
 #endif
 }