diff options
Diffstat (limited to 'src/conntrack.c')
-rw-r--r-- | src/conntrack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conntrack.c b/src/conntrack.c index a6e7d6f..0ef230e 100644 --- a/src/conntrack.c +++ b/src/conntrack.c @@ -299,7 +299,7 @@ err2str(int err, enum action command) { CT_CREATE, ETIME, "conntrack has expired" }, { EXP_CREATE, ENOENT, "master conntrack not found" }, { EXP_CREATE, EINVAL, "invalid parameters" }, - { ~0UL, EPERM, "sorry, you must be root or get " + { ~0U, EPERM, "sorry, you must be root or get " "CAP_NET_ADMIN capability to do this"} }; |