o Fix a typo in previous commit.

This commit is contained in:
maxim 2003-07-31 10:24:36 +00:00
parent 89d973129e
commit 927c5a0489

View File

@ -1616,7 +1616,7 @@ config_pipe(struct dn_pipe *p)
if ( x->rq == NULL ) { /* a new flow_set */
r = alloc_hash(x, pfs) ;
if (s) {
if (r) {
free(x, M_DUMMYNET);
splx(s);
return r ;