From 30c0419adcfeaa53458a793b1c7053b13451152f Mon Sep 17 00:00:00 2001 From: Neutron Soutmun Date: Mon, 17 Oct 2016 11:51:06 +0700 Subject: ipset: Drop extra comma from error message * The "by userspace." should be concat with the error message instead. Signed-off-by: Neutron Soutmun Signed-off-by: Jozsef Kadlecsik --- lib/types.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3