summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2003-05-02 17:31:30 +0000
committerSimo Sorce <idra@samba.org>2003-05-02 17:31:30 +0000
commitc11e23227c36007a65f1b7b81f280f21c4fba421 (patch)
tree086478f90fd5761de4266b6986832d4e6565def0 /source3
parent28696e37f55efbfbffbee54732f4674a8d357b5f (diff)
downloadsamba-c11e23227c36007a65f1b7b81f280f21c4fba421.tar.gz
samba-c11e23227c36007a65f1b7b81f280f21c4fba421.tar.bz2
samba-c11e23227c36007a65f1b7b81f280f21c4fba421.zip
remove testing debug line
(This used to be commit 08d4c2fa85ceaa9d5ff16e7e615bb29e0cde3022)
Diffstat (limited to 'source3')
-rw-r--r--source3/groupdb/mapping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/groupdb/mapping.c b/source3/groupdb/mapping.c
index 27ec4237ee..2b7a852688 100644
--- a/source3/groupdb/mapping.c
+++ b/source3/groupdb/mapping.c
@@ -796,7 +796,7 @@ static BOOL enum_group_mapping(enum SID_NAME_USE sid_name_use, GROUP_MAP **rmap,
free_privilege(set);
continue;
}
-DEBUG(0, ("sid_name_use = %d, map.sid_name_use = %d",sid_name_use, map.sid_name_use));
+
/* list only the type or everything if UNKNOWN */
if (sid_name_use!=SID_NAME_UNKNOWN && sid_name_use!=map.sid_name_use) {
DEBUG(11,("enum_group_mapping: group %s is not of the requested type\n", map.nt_name));