]> git.ipfire.org Git - thirdparty/ipset.git/commitdiff
ipset: Drop extra comma from error message
authorNeutron Soutmun <neo.neutron@gmail.com>
Mon, 17 Oct 2016 04:51:06 +0000 (11:51 +0700)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 17 Oct 2016 11:48:33 +0000 (13:48 +0200)
* 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>
lib/types.c

index 15201037b7eb67c7b5ec07d2568cb0c011742e22..f303ea6080ec1c8ca6b9d9e571974d1c797bf372 100644 (file)
@@ -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);