diff options
author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2021-11-13 04:35:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-13 04:35:27 +0100 |
commit | 3357afaa74c2d3e2dafb65397a666f5b46470f7e (patch) | |
tree | 460cedda577a74692bfde0a5f37c9e27c1b1ec76 /nhrpd/nhrp_main.c | |
parent | Merge pull request #10045 from qlyoung/fix-pr-10006 (diff) | |
parent | *: Cleanup some documentation from quagga->frr (diff) | |
download | frr-3357afaa74c2d3e2dafb65397a666f5b46470f7e.tar.xz frr-3357afaa74c2d3e2dafb65397a666f5b46470f7e.zip |
Merge pull request #10036 from donaldsharp/finally_frr
Finally frr
Diffstat (limited to 'nhrpd/nhrp_main.c')
-rw-r--r-- | nhrpd/nhrp_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nhrpd/nhrp_main.c b/nhrpd/nhrp_main.c index 4c98f02e1..d8f14a3fc 100644 --- a/nhrpd/nhrp_main.c +++ b/nhrpd/nhrp_main.c @@ -101,7 +101,7 @@ static void nhrp_request_stop(void) exit(0); } -static struct quagga_signal_t sighandlers[] = { +static struct frr_signal_t sighandlers[] = { { .signal = SIGUSR1, .handler = &nhrp_sigusr1, |