Hi,

   splx was lost

--- if_spppsubr.c.orig  Fri Jan 17 17:04:49 2003
+++ if_spppsubr.c       Fri Jan 17 17:05:53 2003
@@ -973,15 +973,17 @@
               splx (s);
               return (EAFNOSUPPORT);
       }

       /*
        * Queue message on interface, and start output if interface
        * not yet active.
        */
       if (! IF_HANDOFF_ADJ(ifq, m, ifp, 3)) {
               ++ifp->if_oerrors;
+               splx (s);
               return (rv? rv: ENOBUFS);
       }
+       splx (s);
       /*
        * Unlike in sppp_input(), we can always bump the timestamp
        * here since sppp_output() is only called on behalf of

Best regards,
                       Roman Kurakin






To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to