svn commit: samba r24776 - in branches: SAMBA_3_2/source/libsmb SAMBA_3_2_0/source/libsmb

gd at samba.org gd at samba.org
Wed Aug 29 12:35:20 GMT 2007


Author: gd
Date: 2007-08-29 12:35:20 +0000 (Wed, 29 Aug 2007)
New Revision: 24776

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

Log:
Remove accidentially commited flag checks.

Guenther

Modified:
   branches/SAMBA_3_2/source/libsmb/dsgetdcname.c
   branches/SAMBA_3_2_0/source/libsmb/dsgetdcname.c


Changeset:
Modified: branches/SAMBA_3_2/source/libsmb/dsgetdcname.c
===================================================================
--- branches/SAMBA_3_2/source/libsmb/dsgetdcname.c	2007-08-29 12:22:15 UTC (rev 24775)
+++ branches/SAMBA_3_2/source/libsmb/dsgetdcname.c	2007-08-29 12:35:20 UTC (rev 24776)
@@ -71,14 +71,6 @@
 		DEBUGADD(lvl,("DS_AVOID_SELF "));
 	if (flags & DS_ONLY_LDAP_NEEDED)
 		DEBUGADD(lvl,("DS_ONLY_LDAP_NEEDED "));
-	if (flags & 0x00010000)
-		DEBUGADD(lvl,("0x00010000 "));
-	if (flags & 0x00020000)
-		DEBUGADD(lvl,("0x00020000 "));
-	if (flags & 0x00040000)
-		DEBUGADD(lvl,("0x00040000 "));
-	if (flags & 0x00080000)
-		DEBUGADD(lvl,("0x00080000 "));
 	if (flags & DS_IS_FLAT_NAME)
 		DEBUGADD(lvl,("DS_IS_FLAT_NAME "));
 	if (flags & DS_IS_DNS_NAME)

Modified: branches/SAMBA_3_2_0/source/libsmb/dsgetdcname.c
===================================================================
--- branches/SAMBA_3_2_0/source/libsmb/dsgetdcname.c	2007-08-29 12:22:15 UTC (rev 24775)
+++ branches/SAMBA_3_2_0/source/libsmb/dsgetdcname.c	2007-08-29 12:35:20 UTC (rev 24776)
@@ -71,14 +71,6 @@
 		DEBUGADD(lvl,("DS_AVOID_SELF "));
 	if (flags & DS_ONLY_LDAP_NEEDED)
 		DEBUGADD(lvl,("DS_ONLY_LDAP_NEEDED "));
-	if (flags & 0x00010000)
-		DEBUGADD(lvl,("0x00010000 "));
-	if (flags & 0x00020000)
-		DEBUGADD(lvl,("0x00020000 "));
-	if (flags & 0x00040000)
-		DEBUGADD(lvl,("0x00040000 "));
-	if (flags & 0x00080000)
-		DEBUGADD(lvl,("0x00080000 "));
 	if (flags & DS_IS_FLAT_NAME)
 		DEBUGADD(lvl,("DS_IS_FLAT_NAME "));
 	if (flags & DS_IS_DNS_NAME)



More information about the samba-cvs mailing list