Match upstream.
Change-Id: I3d8b3cb9913ea7d09a5981f6d11b0af67ef0c9c7
This commit is contained in:
parent
5767fa8e04
commit
3d571df785
|
@ -273,8 +273,7 @@ int add_service(char *name,
|
|||
c->sin.sin_port = htons(c->portnumber);
|
||||
|
||||
if (bind(c->fd, (struct sockaddr *)&c->sin, sizeof(c->sin)) == -1) {
|
||||
LOG_ERROR("couldn't bind %s to socket on port %d: %s", name,
|
||||
c->portnumber, strerror(errno));
|
||||
LOG_ERROR("couldn't bind %s to socket on port %d: %s", name, c->portnumber, strerror(errno));
|
||||
close_socket(c->fd);
|
||||
free_service(c);
|
||||
return ERROR_FAIL;
|
||||
|
|
Loading…
Reference in New Issue