summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libipt_realm.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/extensions/libipt_realm.c b/extensions/libipt_realm.c
index c9e17601..be1943ed 100644
--- a/extensions/libipt_realm.c
+++ b/extensions/libipt_realm.c
@@ -35,10 +35,9 @@ struct realmname {
};
/* array of realms from /etc/iproute2/rt_realms */
-static struct realmname *realms = NULL;
+static struct realmname *realms;
/* 1 if loading failed */
-static int rdberr = 0;
-
+static int rdberr;
static void load_realms(void)
{