Bug 6472 - passchange.c LANMAN error message incorrect
Summary: passchange.c LANMAN error message incorrect
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.3
Classification: Unclassified
Component: Client tools (show other bugs)
Version: 3.3.2
Hardware: All Linux
: P3 trivial
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-14 05:07 UTC by Andrew
Modified: 2009-06-15 01:50 UTC (History)
0 users

See Also:


Attachments
Proposed patch (908 bytes, patch)
2009-06-15 01:35 UTC, Karolin Seeger
vl: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew 2009-06-14 05:07:10 UTC
In passchange.c, the following code snippet puts the machine name and error message in the wrong order:

slprintf(err_str, err_str_len-1,
"SAMR connection to machine %s failed. Error was %s, "
"but LANMAN password changed are disabled\n",
nt_errstr(result), remote_machine);
Comment 1 Karolin Seeger 2009-06-15 01:35:37 UTC
Created attachment 4287 [details]
Proposed patch
Comment 2 Karolin Seeger 2009-06-15 01:50:16 UTC
Patch has been pushed.
Will be included in 3.3.5 and 3.4.0.
3.2 is not affected by this one.

Closing out bug report.

Thanks for reporting!