mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 21:20:48 +00:00
lib: Fix extra semicolon after if
Signed-off-by: Weiguo Li <liwg06@foxmail.com>
This commit is contained in:
parent
8783ed4bb4
commit
51a68f9b3e
@ -134,8 +134,7 @@ int frr_sigevent_process(void)
|
||||
|
||||
#ifdef SIGEVENT_BLOCK_SIGNALS
|
||||
if (sigprocmask(SIG_UNBLOCK, &oldmask, NULL) < 0)
|
||||
;
|
||||
return -1;
|
||||
return -1;
|
||||
#endif /* SIGEVENT_BLOCK_SIGNALS */
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user