Fix DIOCADDSTATE operation.

This commit is contained in:
glebius 2013-05-11 17:58:26 +00:00
parent 375ef2e633
commit 4a8f8f585a

View File

@ -1691,7 +1691,7 @@ relock_DIOCKILLSTATES:
PF_RULES_RLOCK();
error = pfsync_state_import_ptr(sp, PFSYNC_SI_IOCTL);
PF_RULES_RUNLOCK();
}
} else
error = EOPNOTSUPP;
break;
}