diff options
| author | Alex Harpin <development@landsofshadow.co.uk> | 2015-11-21 14:44:29 +0000 |
|---|---|---|
| committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-11-21 14:44:29 +0000 |
| commit | 2a53b5dfee3c80b4c4940ad4c73c82248b4571bb (patch) | |
| tree | 73a4fe81edc619a6180ee8d1a02ef5b1942ba910 /src/expect.c | |
| parent | 1e0476f8157fc09c6f9ff086e7b55452b39ea48d (diff) | |
| parent | e61ac9a2e58cdcf6dc9a12d32b1f221e078e5d05 (diff) | |
| download | conntrack-tools-2a53b5dfee3c80b4c4940ad4c73c82248b4571bb.tar.gz conntrack-tools-2a53b5dfee3c80b4c4940ad4c73c82248b4571bb.zip | |
Merge tag 'conntrack-tools-1.4.0' into lithium
conntrack-tools 1.4.0 release
Diffstat (limited to 'src/expect.c')
| -rw-r--r-- | src/expect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expect.c b/src/expect.c index 94c26bc..6069770 100644 --- a/src/expect.c +++ b/src/expect.c @@ -177,7 +177,7 @@ static int cthelper_expect_cmd(struct nf_expect *exp, int cmd) int cthelper_add_expect(struct nf_expect *exp) { - return cthelper_expect_cmd(exp, NFCT_Q_CREATE); + return cthelper_expect_cmd(exp, NFCT_Q_CREATE_UPDATE); } int cthelper_del_expect(struct nf_expect *exp) |
