1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r18172: Just a little more verbosity in this debug statement.

Guenther
This commit is contained in:
Günther Deschner 2006-09-06 12:34:00 +00:00 committed by Gerald (Jerry) Carter
parent 1bb29acb3b
commit e852bc4646

View File

@ -85,8 +85,8 @@ static ADS_STATUS ads_do_search_retry_internal(ADS_STRUCT *ads, const char *bind
*res = NULL; *res = NULL;
status = ads_do_search_all_args(ads, bp, scope, expr, attrs, args, res); status = ads_do_search_all_args(ads, bp, scope, expr, attrs, args, res);
if (ADS_ERR_OK(status)) { if (ADS_ERR_OK(status)) {
DEBUG(5,("Search for %s gave %d replies\n", DEBUG(5,("Search for filter: %s, base: %s gave %d replies\n",
expr, ads_count_replies(ads, *res))); expr, bp, ads_count_replies(ads, *res)));
SAFE_FREE(bp); SAFE_FREE(bp);
return status; return status;
} }