Cleanup wrapped line.
This commit is contained in:
parent
6cb72448a3
commit
4f6aedf2fe
3
src/ip.c
3
src/ip.c
@ -36,8 +36,7 @@ int ip_init_server_conn(char *ip_addr, int port)
|
|||||||
|
|
||||||
on = 1;
|
on = 1;
|
||||||
|
|
||||||
rc = setsockopt(sSocket, SOL_SOCKET, SO_REUSEADDR, (const char *) &on, sizeof(on)
|
rc = setsockopt(sSocket, SOL_SOCKET, SO_REUSEADDR, (const char *) &on, sizeof(on));
|
||||||
);
|
|
||||||
if (-1 == rc) {
|
if (-1 == rc) {
|
||||||
ELOG(LOG_ERROR, "bind address checking could not be turned off");
|
ELOG(LOG_ERROR, "bind address checking could not be turned off");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user