mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 08:57:29 +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) )
|
if ( ospfd_privs.change (ZPRIVS_LOWER) )
|
||||||
zlog_err ("ospf_sock_init: could not lower privs, %s",
|
zlog_err ("ospf_sock_init: could not lower privs, %s",
|
||||||
strerror (errno) );
|
strerror (errno) );
|
||||||
zlog_warn ("ospf_read_sock_init: socket: %s", strerror (errno));
|
zlog_err ("ospf_read_sock_init: socket: %s", strerror (errno));
|
||||||
return -1;
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user