summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--serprog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/serprog.c b/serprog.c
index 237db7d..86c67e0 100644
--- a/serprog.c
+++ b/serprog.c
@@ -100,6 +100,7 @@ static int sp_opensocket(char *ip, unsigned int port)
if (NULL == hostPtr) {
hostPtr = gethostbyaddr(ip, strlen(ip), AF_INET);
if (NULL == hostPtr) {
+ close(sock);
msg_perr("Error: cannot resolve %s\n", ip);
return -1;
}
OpenPOWER on IntegriCloud