stuttering "fixed" (somehow this got lost in an earlier shuffle)
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 13 May 1983 06:00:54 +0000 (22:00 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 13 May 1983 06:00:54 +0000 (22:00 -0800)
SCCS-vsn: sys/netinet/tcp_usrreq.c 1.76

usr/src/sys/netinet/tcp_usrreq.c

index cd1f0ed..2af59fb 100644 (file)
@@ -1,4 +1,4 @@
-/*     tcp_usrreq.c    1.75    83/02/22        */
+/*     tcp_usrreq.c    1.76    83/05/12        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -205,6 +205,8 @@ tcp_usrreq(so, req, m, nam)
                        tp->snd_end = tp->snd_una + so->so_snd.sb_cc;
 #endif
                error = tcp_output(tp);
                        tp->snd_end = tp->snd_una + so->so_snd.sb_cc;
 #endif
                error = tcp_output(tp);
+               if (error == ENOBUFS)           /* XXX */
+                       error = 0;              /* XXX */
                break;
 
        /*
                break;
 
        /*