1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

r20998: Fix debug message

(This used to be commit a5a1c8c785939e7cf6108adb573ac277726f584b)
This commit is contained in:
Volker Lendecke 2007-01-24 11:26:22 +00:00 committed by Gerald (Jerry) Carter
parent b0d4004396
commit 25f1710991

View File

@ -1129,7 +1129,8 @@ static BOOL del_smbfilepwd_entry(struct smbpasswd_privates *smbpasswd_state, con
size_t new_entry_length;
if (strequal(name, pwd->smb_name)) {
DEBUG(10, ("add_smbfilepwd_entry: found entry with name %s - deleting it.\n", name));
DEBUG(10, ("del_smbfilepwd_entry: found entry with "
"name %s - deleting it.\n", name));
continue;
}