]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_main.c
Merge pull request #10962 from louis-6wind/lfa-netlink
[mirror_frr.git] / ripngd / ripng_main.c
index a5d837aa5566a51f9c328b8a558c8def54b622b2..bc169785a923e2ea568d232a9fe1ff848f0e6546 100644 (file)
@@ -94,7 +94,7 @@ static void sigusr1(void)
        zlog_rotate();
 }
 
-struct quagga_signal_t ripng_signals[] = {
+struct frr_signal_t ripng_signals[] = {
        {
                .signal = SIGHUP,
                .handler = &sighup,
@@ -163,7 +163,6 @@ int main(int argc, char **argv)
                        break;
                default:
                        frr_help_exit(1);
-                       break;
                }
        }