restore missing default
[unix-history] / usr / src / sys / vax / if / if_en.c
index 5f1e7bf..b9fe1c5 100644 (file)
@@ -1,4 +1,4 @@
-/*     if_en.c 4.50    82/04/04        */
+/*     if_en.c 4.51    82/04/04        */
 
 #include "en.h"
 #include "imp.h"
 
 #include "en.h"
 #include "imp.h"
@@ -422,6 +422,9 @@ COUNT(ENRINT);
                goto setup;
        }
 #endif
                goto setup;
        }
 #endif
+       default:
+               m_freem(m);
+               goto setup;
        }
 
        if (IF_QFULL(inq)) {
        }
 
        if (IF_QFULL(inq)) {