o Fix a typo in previous commit.

This commit is contained in:
Maxim Konovalov 2003-07-31 10:24:36 +00:00
parent 8478142f79
commit e1bd2f381a

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 ;