Avoid the use of the '? :' operator inside the call to our

test-server logging function. It doesn't work on some systems.
This commit is contained in:
Yang Tse
2008-09-26 11:21:22 +00:00
parent 985bd18904
commit 57ee847ce7
4 changed files with 31 additions and 14 deletions

View File

@@ -74,7 +74,7 @@
#ifdef ENABLE_IPV6
static bool use_ipv6 = FALSE;
#endif
const char *ipv_inuse = "IPv4";
static const char *ipv_inuse = "IPv4";
#define REQBUFSIZ 150000
#define REQBUFSIZ_TXT "149999"