summaryrefslogtreecommitdiff
path: root/source3/passdb
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-11-04 12:47:07 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-11-04 12:47:07 +0000
commit1336b8153ee076f6c7dadf848f4753dfac91e605 (patch)
tree3b250243506b26bce60ae1d81f9d4a243c57f23f /source3/passdb
parent0ead4ef3c20d402546b8845f1c3cc9419c394072 (diff)
downloadsamba-1336b8153ee076f6c7dadf848f4753dfac91e605.tar.gz
samba-1336b8153ee076f6c7dadf848f4753dfac91e605.tar.bz2
samba-1336b8153ee076f6c7dadf848f4753dfac91e605.zip
Fix debug
(This used to be commit 5b5b8de70e46a15e9fb9b47c7af6cb0133f41217)
Diffstat (limited to 'source3/passdb')
-rw-r--r--source3/passdb/pdb_smbpasswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_smbpasswd.c b/source3/passdb/pdb_smbpasswd.c
index 3ab524f488..219c5a9e25 100644
--- a/source3/passdb/pdb_smbpasswd.c
+++ b/source3/passdb/pdb_smbpasswd.c
@@ -1386,7 +1386,7 @@ static NTSTATUS smbpasswd_getsampwrid(struct pdb_methods *my_methods, SAM_ACCOUN
struct smb_passwd *smb_pw;
void *fp = NULL;
- DEBUG(10, ("pdb_getsampwrid: search by rid: %d\n", rid));
+ DEBUG(10, ("smbpasswd_getsampwrid: search by rid: %d\n", rid));
/* More special case 'guest account' hacks... */
if (rid == DOMAIN_USER_RID_GUEST) {