summaryrefslogtreecommitdiff
path: root/zebra/irdp_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/irdp_main.c')
-rw-r--r--zebra/irdp_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/irdp_main.c b/zebra/irdp_main.c
index 66a6bd0545..f141b72719 100644
--- a/zebra/irdp_main.c
+++ b/zebra/irdp_main.c
@@ -112,7 +112,6 @@ int irdp_sock_init(void)
return ret;
};
- t_irdp_raw = NULL;
thread_add_read(zrouter.master, irdp_read_raw, NULL, sock, &t_irdp_raw);
return sock;