1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

s3:rpc_server: Fix typo in error message

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit 6932ccf3ccffbd9ab1907c4fb39b46c971e88d49)
This commit is contained in:
Joseph Sutton 2022-08-02 14:01:59 +12:00 committed by Jule Anger
parent 31bfee4b7a
commit cb7fbb42df

View File

@ -5066,7 +5066,7 @@ set_user_info_pw_aes(DATA_BLOB *pw_data, const char *rhost, struct samu *pwd)
username = pdb_get_username(pwd);
if (username == NULL) {
DBG_WARNING("User unkown\n");
DBG_WARNING("User unknown\n");
return false;
}