diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-24 19:10:08 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-24 19:10:08 -0400 |
commit | 46aabf47e7a5156ccee95d9ed587de6a71e4c603 (patch) | |
tree | adcf859049fd4f8820ae55f074e0e4c4b120001f /WWW/Library/Implementation/HTTCP.c | |
parent | 479f8d01393c541fede1688676f860bb49d44668 (diff) | |
download | lynx-snapshots-46aabf47e7a5156ccee95d9ed587de6a71e4c603.tar.gz |
snapshot of project "lynx", label v2-8-2pre_6
Diffstat (limited to 'WWW/Library/Implementation/HTTCP.c')
-rw-r--r-- | WWW/Library/Implementation/HTTCP.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/HTTCP.c b/WWW/Library/Implementation/HTTCP.c index 3dade594..1a6b2621 100644 --- a/WWW/Library/Implementation/HTTCP.c +++ b/WWW/Library/Implementation/HTTCP.c @@ -687,6 +687,8 @@ PUBLIC struct hostent * LYGetHostByName ARGS1( CTRACE(tfp, "LYGetHostByName: Calling gethostbyname(%s)\n", host); #endif /* MVS */ + CTRACE_FLUSH(tfp); /* so child messages will not mess parent log */ + lynx_nsl_status = HT_INTERNAL; /* should be set to something else below */ #ifdef NSL_FORK |