From 0ea82bc43e9262cdbb9880ca56bb514db4c77f8e Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Sat, 7 Jun 2008 15:15:29 +0200 Subject: sparse warning fixes: integer used as pointer Signed-off-by: Patrick McHardy --- ip6tables-restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ip6tables-restore.c') diff --git a/ip6tables-restore.c b/ip6tables-restore.c index 9f6108a2..cd6dd032 100644 --- a/ip6tables-restore.c +++ b/ip6tables-restore.c @@ -124,7 +124,7 @@ int main(int argc, char *argv[]) int c; char curtable[IP6T_TABLE_MAXNAMELEN + 1]; FILE *in; - const char *modprobe = 0; + const char *modprobe = NULL; int in_table = 0, testing = 0; program_name = "ip6tables-restore"; -- cgit v1.2.3