[SCM] Samba Shared Repository - branch v3-4-test updated
- release-4-0-0alpha7-1129-ge24c240
Herb Lewis
hlewis at panasas.com
Tue Jun 16 18:10:03 GMT 2009
shouldn't it be "LANMAN password changes are disabled" instead of
"LANMAN password changed are disabled" ?
Karolin Seeger wrote:
> diff --git a/source3/libsmb/passchange.c b/source3/libsmb/passchange.c
> index 45cd392..7747062 100644
> --- a/source3/libsmb/passchange.c
> +++ b/source3/libsmb/passchange.c
> @@ -197,7 +197,7 @@ NTSTATUS remote_password_change(const char *remote_machine, const char *user_nam
> if (asprintf(err_str, "SAMR connection to machine %s "
> "failed. Error was %s, but LANMAN password "
> "changed are disabled\n",
> - nt_errstr(result), remote_machine) == -1) {
> + remote_machine, nt_errstr(result)) == -1) {
> *err_str = NULL;
> }
> result = cli_nt_error(cli);
>
>
More information about the samba-technical
mailing list