diff options
author | Derrell Lipman <derrell.lipman@unwireduniverse.com> | 2008-10-24 10:26:56 -0400 |
---|---|---|
committer | Derrell Lipman <derrell.lipman@unwireduniverse.com> | 2008-10-24 10:31:31 -0400 |
commit | 2a76f4d8c832155253be971975b0ac50649c7515 (patch) | |
tree | fea2c822698e63a77f8527aaa1721e3eef055166 /source4/auth | |
parent | f7692d16e3dc5e580364852c709c6c4a371dd32e (diff) | |
download | samba-2a76f4d8c832155253be971975b0ac50649c7515.tar.gz samba-2a76f4d8c832155253be971975b0ac50649c7515.tar.bz2 samba-2a76f4d8c832155253be971975b0ac50649c7515.zip |
Error return is False, not -1
- There were a few places in SMBC_getatr() that returned -1 instead of a
boolean. -1 was intended to mean error, but that's what False is for, and
the usages of this function assume that it returns a boolean with False as
the error condition.
Derrell
Diffstat (limited to 'source4/auth')
0 files changed, 0 insertions, 0 deletions