diff options
author | Volker Lendecke <vl@samba.org> | 2009-12-14 18:50:38 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-01-07 11:07:54 +0100 |
commit | a3f522202ddc09d444e800ad1da2078975de01c1 (patch) | |
tree | ca139daf43ac7a74e2aa36404d1aee632a111d11 /source3/exports/modules-darwin.syms | |
parent | 7633837026d56ee723ffb603c9bd884ff6c69ef3 (diff) | |
download | samba-a3f522202ddc09d444e800ad1da2078975de01c1.tar.gz samba-a3f522202ddc09d444e800ad1da2078975de01c1.tar.bz2 samba-a3f522202ddc09d444e800ad1da2078975de01c1.zip |
s3: Simplify pdb_set_plaintext_passwd() by removing a redundant condition
if (current_history_len != pwHistLen) {
if (current_history_len < pwHistLen) {
}
}
The second "if" is a bit pointless here
Diffstat (limited to 'source3/exports/modules-darwin.syms')
0 files changed, 0 insertions, 0 deletions