Forwarded: https://gitlab.com/samba-team/samba/-/merge_requests/3872
Missing space and newline.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Gbp-Pq: Name passchange-error-message.patch
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) {