1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-04 00:23:49 +03:00

r12931: Remove some prefixes. We have:

Login failed: Login Failed: Logon failure - please try again

In SWAT currently...

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2006-01-14 07:46:04 +00:00
committed by Gerald (Jerry) Carter
parent 5c5a2974c9
commit 51eded8180

View File

@@ -82,8 +82,7 @@ static int ejs_doauth(MprVarHandle eid,
if (!NT_STATUS_IS_OK(nt_status)) {
mprSetPropertyValue(auth, "report",
mprString(talloc_asprintf(mprMemCtx(), "Login Failed: %s",
get_friendly_nt_error_msg(nt_status))));
mprString(talloc_strdup(mprMemCtx(), get_friendly_nt_error_msg(nt_status))));
mprSetPropertyValue(auth, "result", mprCreateBoolVar(False));
goto done;
}