svn commit: samba r17794 - in branches/SAMBA_4_0/source/nsswitch: .

metze at samba.org metze at samba.org
Thu Aug 24 12:13:41 GMT 2006


Author: metze
Date: 2006-08-24 12:13:41 +0000 (Thu, 24 Aug 2006)
New Revision: 17794

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17794

Log:
ifdef out unused macros

metze
Modified:
   branches/SAMBA_4_0/source/nsswitch/wb_common.c


Changeset:
Modified: branches/SAMBA_4_0/source/nsswitch/wb_common.c
===================================================================
--- branches/SAMBA_4_0/source/nsswitch/wb_common.c	2006-08-24 11:33:00 UTC (rev 17793)
+++ branches/SAMBA_4_0/source/nsswitch/wb_common.c	2006-08-24 12:13:41 UTC (rev 17794)
@@ -72,8 +72,10 @@
 }
 
 #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



More information about the samba-cvs mailing list