diff options
author | Michael Adam <obnox@samba.org> | 2008-11-28 10:08:46 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-12-01 04:37:21 +0100 |
commit | 5f5fa28c5d95c0ab117a33061c318eabd4a92246 (patch) | |
tree | 576e38597f6773a92fe7d50c8a8d31629ca5a0ff /source3/winbindd | |
parent | 67cc93c4a237921d2b54d20bfde5eb6754c13271 (diff) | |
download | samba-5f5fa28c5d95c0ab117a33061c318eabd4a92246.tar.gz samba-5f5fa28c5d95c0ab117a33061c318eabd4a92246.tar.bz2 samba-5f5fa28c5d95c0ab117a33061c318eabd4a92246.zip |
s3:winbindd/idmap: add diagnostic entry debug msg to idmap_find_domain().
Michael
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/idmap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c index 054df9be05..0062c7588e 100644 --- a/source3/winbindd/idmap.c +++ b/source3/winbindd/idmap.c @@ -461,6 +461,9 @@ static struct idmap_domain *idmap_find_domain(const char *domname) struct idmap_domain *result; int i; + DEBUG(10, ("idmap_find_domain called for domain '%s'\n", + domname?domname:"NULL")); + /* * Always init the default domain, we can't go without one */ |