diff options
author | Neutron Soutmun <neo.neutron@gmail.com> | 2016-10-17 11:51:06 +0700 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2016-10-17 13:48:33 +0200 |
commit | 30c0419adcfeaa53458a793b1c7053b13451152f (patch) | |
tree | c618cdfd1c89359a95afc623fe4ba7e111e8125d | |
parent | 4dcf37de1e0162fcc9ab87222765c80f47e2a74d (diff) |
ipset: Drop extra comma from error message
* The "by userspace." should be concat with the error message instead.
Signed-off-by: Neutron Soutmun <neo.neutron@gmail.com>
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
-rw-r--r-- | lib/types.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/types.c b/lib/types.c index 1520103..f303ea6 100644 --- a/lib/types.c +++ b/lib/types.c @@ -452,7 +452,7 @@ ipset_type_check(struct ipset_session *session) if (!match) return ipset_errptr(session, "Kernel and userspace incompatible: " - "settype %s with revision %u not supported ", + "settype %s with revision %u not supported " "by userspace.", typename, revision); set_family_and_type(data, match, family); |