mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 22:57:45 +00:00
Merge pull request #11859 from liwg06/master.fix.extra.semicolon
lib: Fix extra semicolon after if
This commit is contained in:
commit
d4fc18584b
@ -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