summaryrefslogtreecommitdiffstats
path: root/source/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
commit5b5b8de70e46a15e9fb9b47c7af6cb0133f41217 (patch)
tree812fdb05b2d5040094052dd4daa08c1fcc8b959b /source/passdb
parent2115335857acd2c4f5c89b95227b3762f4c052b0 (diff)
downloadsamba-5b5b8de70e46a15e9fb9b47c7af6cb0133f41217.tar.gz
samba-5b5b8de70e46a15e9fb9b47c7af6cb0133f41217.tar.xz
samba-5b5b8de70e46a15e9fb9b47c7af6cb0133f41217.zip
Fix debug
Diffstat (limited to 'source/passdb')
-rw-r--r--source/passdb/pdb_smbpasswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/passdb/pdb_smbpasswd.c b/source/passdb/pdb_smbpasswd.c
index 3ab524f488e..219c5a9e259 100644
--- a/source/passdb/pdb_smbpasswd.c
+++ b/source/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) {