Add a missing spl lowering.

Submitted by:	Ville-Pertti Keinonen <will@iki.fi>
This commit is contained in:
Brian Feldman 1999-10-14 05:16:16 +00:00
parent f6b84b08c9
commit afce003453
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@ accept1(p, uap, compat)
namelen = 0; namelen = 0;
if (uap->name) if (uap->name)
goto gotnoname; goto gotnoname;
splx(s);
return 0; return 0;
} }
if (uap->name) { if (uap->name) {