r24776: Remove accidentially commited flag checks.
authorGünther Deschner <gd@samba.org>
Wed, 29 Aug 2007 12:35:20 +0000 (12:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:20 +0000 (12:30 -0500)
Guenther
(This used to be commit 1efc5009a4b72a5a4c600ca3af7dc7cf05f74353)

source3/libsmb/dsgetdcname.c

index 4cb3d1beac1d07e5ec71315bf8b14905ffb4c94f..3d8d57d157c8b52c0e2269c0b3ec32a796c2a536 100644 (file)
@@ -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)