[Commits] [SCM] claws branch, master, updated. 3.17.3-167-gfe278b3

ticho at claws-mail.org ticho at claws-mail.org
Fri Apr 26 08:16:51 CEST 2019


The branch, master has been updated
       via  fe278b3cc9209a1b34024658467f4dd6e467b97a (commit)
      from  9bb650480eaeb335c51b3127f78f0e71db309df6 (commit)

Summary of changes:
 src/common/socket.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit fe278b3cc9209a1b34024658467f4dd6e467b97a
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Fri Apr 26 08:16:08 2019 +0200

    Fix a syntax error in sock_close() causing windows build to fail

diff --git a/src/common/socket.c b/src/common/socket.c
index c5814d7..ad740b5 100644
--- a/src/common/socket.c
+++ b/src/common/socket.c
@@ -1509,8 +1509,8 @@ gint sock_close(SockInfo *sock, gboolean close_fd)
 		ret = closesocket(sock->sock);
 #else
 		ret = fd_close(sock->sock);
-	}
 #endif
+	}
 
 	g_free(sock->canonical_name);
 	g_free(sock->hostname);

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list