Commit 3c622f36b87a1a85f49a5bc712573d961f404664
1 parent
e8301961
Exists in
master
and in
3 other branches
Fixing "connect" delay.
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
src/core/connect.c
src/core/windows/connect.c
@@ -394,6 +394,7 @@ int net_reconnect(H3270 *hSession, int seconds) | @@ -394,6 +394,7 @@ int net_reconnect(H3270 *hSession, int seconds) | ||
394 | case LIB3270_CONNECTED_INITIAL_E: | 394 | case LIB3270_CONNECTED_INITIAL_E: |
395 | case LIB3270_CONNECTED_NVT: | 395 | case LIB3270_CONNECTED_NVT: |
396 | case LIB3270_CONNECTED_SSCP: | 396 | case LIB3270_CONNECTED_SSCP: |
397 | + case LIB3270_RESOLVING: | ||
397 | break; | 398 | break; |
398 | 399 | ||
399 | case LIB3270_NOT_CONNECTED: | 400 | case LIB3270_NOT_CONNECTED: |