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:
parent
1e1fcb5eb2
commit
63325b3687
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user