projects
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f59f21
)
passchange: error message fix
author
Michael Tokarev
<mjt@tls.msk.ru>
Mon, 26 Feb 2024 12:35:35 +0000
(15:35 +0300)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Mon, 14 Oct 2024 18:21:50 +0000
(21:21 +0300)
Forwarded: yes
Missing space and newline.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Gbp-Pq: Name passchange-error-message.patch
source3/libsmb/passchange.c
patch
|
blob
|
history
diff --git
a/source3/libsmb/passchange.c
b/source3/libsmb/passchange.c
index 3231d0bfff2d5a7e01ce1969cd13eafea42650d1..c8bb0df0200ea314780fb2ceb075556736f0fff2 100644
(file)
--- a/
source3/libsmb/passchange.c
+++ b/
source3/libsmb/passchange.c
@@
-232,8
+232,8
@@
NTSTATUS remote_password_change(const char *remote_machine,
if (!NT_STATUS_IS_OK(result)) {
int rc = asprintf(
err_str,
- "machine %s rejected to change the password"
- "with error: %s",
+ "machine %s rejected to change the password
"
+ "with error: %s
\n
",
remote_machine,
get_friendly_nt_error_msg(result));
if (rc <= 0) {