Merge the stuff I've done in head the last days.
[metze/old/v3-2-winbind-ndr.git] / source / smbd / chgpasswd.c
index e04e902b3a37cef243cef6414ce077d79d4e34dc..8f3e7236c40f8dabf9bfaf55296f1f05a179d595 100644 (file)
@@ -1067,7 +1067,7 @@ NTSTATUS change_oem_password(SAM_ACCOUNT *hnd, char *old_passwd, char *new_passw
 
        pass = Get_Pwnam(username);
        if (!pass) {
-               DEBUG(1, ("check_oem_password: Username %s does not exist in system !?!\n", username));
+               DEBUG(1, ("change_oem_password: Username %s does not exist in system !?!\n", username));
                return NT_STATUS_ACCESS_DENIED;
        }