mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-28 19:13:46 +00:00
Trivial fix from Bernd Leibing <bernd.leibing@kiz.uni-ulm.de>
[quagga-dev 879].
This commit is contained in:
parent
55906724d8
commit
4a1a271663
@ -357,7 +357,7 @@ bgp_socket (struct bgp *bgp, unsigned short port)
|
|||||||
int sock;
|
int sock;
|
||||||
int socklen;
|
int socklen;
|
||||||
struct sockaddr_in sin;
|
struct sockaddr_in sin;
|
||||||
int ret;
|
int ret, en;
|
||||||
|
|
||||||
sock = socket (AF_INET, SOCK_STREAM, 0);
|
sock = socket (AF_INET, SOCK_STREAM, 0);
|
||||||
if (sock < 0)
|
if (sock < 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user