1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

r24749: Increase debuglevel.

Guenther
This commit is contained in:
Günther Deschner 2007-08-28 15:31:42 +00:00 committed by Gerald (Jerry) Carter
parent 908e7963b8
commit d82c1638b8

View File

@ -508,7 +508,7 @@ static BOOL check_allowed_required_flags(uint32_t flags)
/* FIXME: check for DSGETDC_VALID_FLAGS and check for excluse bits
* (DS_PDC_REQUIRED, DS_KDC_REQUIRED, DS_GC_SERVER_REQUIRED) */
debug_dsdcinfo_flags(0, flags);
debug_dsdcinfo_flags(10, flags);
if (return_type == (DS_RETURN_FLAT_NAME|DS_RETURN_DNS_NAME)) {
return False;