diff options
Diffstat (limited to 'pimd/pimd.c')
-rw-r--r-- | pimd/pimd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pimd.c b/pimd/pimd.c index 220604d9..71b74e97 100644 --- a/pimd/pimd.c +++ b/pimd/pimd.c @@ -60,6 +60,7 @@ int64_t qpim_rpf_cache_refresh_events = 0; int64_t qpim_rpf_cache_refresh_last = 0; struct in_addr qpim_inaddr_any; struct list *qpim_ssmpingd_list = 0; +struct in_addr qpim_ssmpingd_group_addr; static void pim_free() { |