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

r17403: add a helpful debug msg

This commit is contained in:
Gerald Carter 2006-08-04 20:39:37 +00:00 committed by Gerald (Jerry) Carter
parent 1e1fcb5eb2
commit 63325b3687

View File

@ -61,6 +61,9 @@ BOOL lookup_name(TALLOC_CTX *mem_ctx,
name = talloc_strdup(tmp_ctx, full_name);
}
DEBUG(10,("lookup_name: %s => %s (domain), %s (name)\n",
full_name, domain, name));
if ((domain == NULL) || (name == NULL)) {
DEBUG(0, ("talloc failed\n"));
TALLOC_FREE(tmp_ctx);