[netfilter-cvslog] r6758 - trunk/iptables

kaber at netfilter.org kaber at netfilter.org
Wed Feb 14 14:59:13 CET 2007


Author: kaber at netfilter.org
Date: 2007-02-14 14:59:12 +0100 (Wed, 14 Feb 2007)
New Revision: 6758

Modified:
   trunk/iptables/ip6tables-restore.c
   trunk/iptables/iptables-restore.c
Log:
Fix missing space in error message (Bugzilla 544)


Modified: trunk/iptables/ip6tables-restore.c
===================================================================
--- trunk/iptables/ip6tables-restore.c	2007-02-13 16:54:32 UTC (rev 6757)
+++ trunk/iptables/ip6tables-restore.c	2007-02-14 13:59:12 UTC (rev 6758)
@@ -67,7 +67,7 @@
 	}
 
 	if (!handle) {
-		exit_error(PARAMETER_PROBLEM, "%s: unable to initialize"
+		exit_error(PARAMETER_PROBLEM, "%s: unable to initialize "
 			"table '%s'\n", program_name, tablename);
 		exit(1);
 	}

Modified: trunk/iptables/iptables-restore.c
===================================================================
--- trunk/iptables/iptables-restore.c	2007-02-13 16:54:32 UTC (rev 6757)
+++ trunk/iptables/iptables-restore.c	2007-02-14 13:59:12 UTC (rev 6758)
@@ -64,7 +64,7 @@
 	}
 
 	if (!handle) {
-		exit_error(PARAMETER_PROBLEM, "%s: unable to initialize"
+		exit_error(PARAMETER_PROBLEM, "%s: unable to initialize "
 			"table '%s'\n", program_name, tablename);
 		exit(1);
 	}




More information about the netfilter-cvslog mailing list