From 31b918813cf4b8e1fc99ab593cd61d5f65581aec Mon Sep 17 00:00:00 2001 From: PerryWerneck Date: Sat, 25 Feb 2017 06:53:52 -0300 Subject: [PATCH] Investigando problema na conexão via PHP. --- connect.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/connect.c b/connect.c index 3f4b8ed..2d4d68d 100644 --- a/connect.c +++ b/connect.c @@ -537,6 +537,7 @@ static void net_connected(H3270 *hSession, int fd, LIB3270_IO_FLAG flag, void *d } lib3270_disconnect(hSession); + lib3270_write_log(hSession,"connect", "%s",__FUNCTION__,strerror(ETIMEDOUT)); return ETIMEDOUT; } -- libgit2 0.21.2