svn commit: samba r21231 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_25/source/nsswitch

herb at samba.org herb at samba.org
Thu Feb 8 02:17:30 GMT 2007


Author: herb
Date: 2007-02-08 02:17:29 +0000 (Thu, 08 Feb 2007)
New Revision: 21231

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

Log:
get rid of unused defines that cause a redefined warning

Modified:
   branches/SAMBA_3_0/source/nsswitch/wb_common.c
   branches/SAMBA_3_0_25/source/nsswitch/wb_common.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/wb_common.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/wb_common.c	2007-02-08 00:58:17 UTC (rev 21230)
+++ branches/SAMBA_3_0/source/nsswitch/wb_common.c	2007-02-08 02:17:29 UTC (rev 21231)
@@ -75,8 +75,6 @@
 }
 
 #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

Modified: branches/SAMBA_3_0_25/source/nsswitch/wb_common.c
===================================================================
--- branches/SAMBA_3_0_25/source/nsswitch/wb_common.c	2007-02-08 00:58:17 UTC (rev 21230)
+++ branches/SAMBA_3_0_25/source/nsswitch/wb_common.c	2007-02-08 02:17:29 UTC (rev 21231)
@@ -75,8 +75,6 @@
 }
 
 #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



More information about the samba-cvs mailing list