diff options
author | Jeff Layton <jlayton@samba.org> | 2011-04-15 07:49:51 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@samba.org> | 2011-04-15 07:49:51 -0400 |
commit | 00e7fcbe9f519a8251707321eadd34cf156447e5 (patch) | |
tree | 8cd13626dd3203267354f825d39e33f59d159efd /replace.h | |
parent | ffac601c45b167a1af1d35561f1c01ab0813cc14 (diff) | |
download | cifs-utils-00e7fcbe9f519a8251707321eadd34cf156447e5.tar.gz cifs-utils-00e7fcbe9f519a8251707321eadd34cf156447e5.tar.bz2 cifs-utils-00e7fcbe9f519a8251707321eadd34cf156447e5.zip |
mount.cifs: fix test for strtoul failure in mount.cifs
It currently test to see if errno == -EINVAL and whether the endptr
is '\0'. That's not correct however. What we really want it to do is
check to see if any error occurred by setting errno to 0 before the
conversion. If one did, then try to treat the value as a name.
Also fix a bogus compiler warning about cruid being uninitialized.
Reported-by: Jian Li <jiali@redhat.com>
Signed-off-by: Jeff Layton <jlayton@samba.org>
Diffstat (limited to 'replace.h')
0 files changed, 0 insertions, 0 deletions