Commit 31b918813cf4b8e1fc99ab593cd61d5f65581aec
1 parent
d2ad2e20
Exists in
master
and in
3 other branches
Investigando problema na conexão via PHP.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
connect.c
@@ -537,6 +537,7 @@ static void net_connected(H3270 *hSession, int fd, LIB3270_IO_FLAG flag, void *d | @@ -537,6 +537,7 @@ static void net_connected(H3270 *hSession, int fd, LIB3270_IO_FLAG flag, void *d | ||
537 | } | 537 | } |
538 | 538 | ||
539 | lib3270_disconnect(hSession); | 539 | lib3270_disconnect(hSession); |
540 | + lib3270_write_log(hSession,"connect", "%s",__FUNCTION__,strerror(ETIMEDOUT)); | ||
540 | return ETIMEDOUT; | 541 | return ETIMEDOUT; |
541 | } | 542 | } |
542 | 543 |