diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/nsswitch/wb_common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/nsswitch/wb_common.c b/source4/nsswitch/wb_common.c index 98eeb279f8..f829b55f2a 100644 --- a/source4/nsswitch/wb_common.c +++ b/source4/nsswitch/wb_common.c @@ -72,8 +72,10 @@ void close_sock(void) } #define CONNECT_TIMEOUT 30 +#if 0 /* unused */ #define WRITE_TIMEOUT CONNECT_TIMEOUT #define READ_TIMEOUT CONNECT_TIMEOUT +#endif /* Make sure socket handle isn't stdin, stdout or stderr */ #define RECURSION_LIMIT 3 |