diff options
author | Günther Deschner <gd@samba.org> | 2007-08-29 12:35:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:20 -0500 |
commit | 4429a01c83f8900d318c7c162f004d1e5764556a (patch) | |
tree | 67375a6a491f9128bf2b19d93ac9e17c514da43b /source3/libsmb | |
parent | a116d7c7d9ddaf6bc6798ed98b3c62369e924076 (diff) | |
download | samba-4429a01c83f8900d318c7c162f004d1e5764556a.tar.gz samba-4429a01c83f8900d318c7c162f004d1e5764556a.tar.bz2 samba-4429a01c83f8900d318c7c162f004d1e5764556a.zip |
r24776: Remove accidentially commited flag checks.
Guenther
(This used to be commit 1efc5009a4b72a5a4c600ca3af7dc7cf05f74353)
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/dsgetdcname.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/libsmb/dsgetdcname.c b/source3/libsmb/dsgetdcname.c index 4cb3d1beac..3d8d57d157 100644 --- a/source3/libsmb/dsgetdcname.c +++ b/source3/libsmb/dsgetdcname.c @@ -71,14 +71,6 @@ void debug_dsdcinfo_flags(int lvl, uint32_t flags) 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) |