summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wb_common.c
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2007-02-08 02:17:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:49 -0500
commitd4e430d0c7f725b162bdfd09d1e915b1144fdda7 (patch)
treeb0cee8ad68b0f632c5110e9761d37f6c95c765b9 /source3/nsswitch/wb_common.c
parentb32efe921fa9b30ed0cf527cf95ad059285b7b9d (diff)
downloadsamba-d4e430d0c7f725b162bdfd09d1e915b1144fdda7.tar.gz
samba-d4e430d0c7f725b162bdfd09d1e915b1144fdda7.tar.bz2
samba-d4e430d0c7f725b162bdfd09d1e915b1144fdda7.zip
r21231: get rid of unused defines that cause a redefined warning
(This used to be commit 509ae5ffa17be340c41fecaaace75816c18316c6)
Diffstat (limited to 'source3/nsswitch/wb_common.c')
-rw-r--r--source3/nsswitch/wb_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/nsswitch/wb_common.c b/source3/nsswitch/wb_common.c
index f904dd1a59..05d2a660e7 100644
--- a/source3/nsswitch/wb_common.c
+++ b/source3/nsswitch/wb_common.c
@@ -75,8 +75,6 @@ void close_sock(void)
}
#define CONNECT_TIMEOUT 30
-#define WRITE_TIMEOUT CONNECT_TIMEOUT
-#define READ_TIMEOUT CONNECT_TIMEOUT
/* Make sure socket handle isn't stdin, stdout or stderr */
#define RECURSION_LIMIT 3