mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 21:10:28 +00:00
2003-10-24 sowmini.varadhan@sun.com
* ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be created.
This commit is contained in:
parent
49e3b3c064
commit
b1809beadd
@ -166,8 +166,8 @@ ospf_sock_init (void)
|
||||
if ( ospfd_privs.change (ZPRIVS_LOWER) )
|
||||
zlog_err ("ospf_sock_init: could not lower privs, %s",
|
||||
strerror (errno) );
|
||||
zlog_warn ("ospf_read_sock_init: socket: %s", strerror (errno));
|
||||
return -1;
|
||||
zlog_err ("ospf_read_sock_init: socket: %s", strerror (errno));
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user