From 8aff04b0e9b5089f97704e444cc4be7d3ac3d441 Mon Sep 17 00:00:00 2001 From: VilhoRaatikka Date: Fri, 31 Oct 2014 23:35:29 +0200 Subject: [PATCH] Fixed Coverity case 72706 --- server/modules/protocol/mysql_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/modules/protocol/mysql_client.c b/server/modules/protocol/mysql_client.c index a9640bf2b..23219ac83 100644 --- a/server/modules/protocol/mysql_client.c +++ b/server/modules/protocol/mysql_client.c @@ -1039,7 +1039,7 @@ int gw_MySQLListener( errno, strerror(errno)); fprintf(stderr, "* Can't bind to %s\n\n", config_bind); - + close(l_so); return 0; } break;