diff options
| author | David Lamparter <equinox@diac24.net> | 2016-02-23 12:49:45 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-03-08 00:15:40 +0100 | 
| commit | dd8376febd9523cf0e7263b9e5100f8af718d2b5 (patch) | |
| tree | 68f2d46e633d212b8bf4045444c8242b636b091c /ripngd/ripng_main.c | |
| parent | bf1013e6c4e05ba48e5b35192000123becdf426d (diff) | |
lib: remove remaining struct zlog * args
These don't serve any purpose either.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ripngd/ripng_main.c')
| -rw-r--r-- | ripngd/ripng_main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripng_main.c b/ripngd/ripng_main.c index c24ca28c36..9d97df5c41 100644 --- a/ripngd/ripng_main.c +++ b/ripngd/ripng_main.c @@ -111,7 +111,7 @@ sigint (void)  static void  sigusr1 (void)  { -  zlog_rotate (NULL); +  zlog_rotate();  }  struct quagga_signal_t ripng_signals[] =  | 
