mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
o Fix a typo in previous commit.
This commit is contained in:
parent
8478142f79
commit
e1bd2f381a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ;
|
||||
|
|
|
|||
Loading…
Reference in a new issue