mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-14 12:52:37 +00:00
BSD: Add whitespace between declaration and code
Signed-off-by: Roy Marples <roy@marples.name>
This commit is contained in:
parent
68cd699df5
commit
355c74b7e9
@ -1429,6 +1429,7 @@ static void routing_socket(struct zebra_ns *zns)
|
||||
#ifdef SO_RERROR
|
||||
/* Allow reporting of route(4) buffer overflow errors */
|
||||
int n = 1;
|
||||
|
||||
if (setsockopt(routing_sock, SOL_SOCKET, SO_RERROR, &n, sizeof(n)) < 0)
|
||||
flog_err_sys(EC_LIB_SOCKET,
|
||||
"Can't set SO_RERROR on routing socket");
|
||||
|
Loading…
Reference in New Issue
Block a user