Fix smbc_listxattr() and friends (bug #5189)
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sun, 13 Jan 2008 22:10:06 +0000 (17:10 -0500)
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>
Sun, 13 Jan 2008 22:10:06 +0000 (17:10 -0500)
commit913c335d21c503d32b35bf65da7b2bddf0473875
treeeb41b3e52013f6589d105d2138b2e67a32592b3e
parent2f432842442859f98ecd263464ce02821ab10fca
Fix smbc_listxattr() and friends (bug #5189)

When the capability of using full names for DOS attributes was added, a bug
was introduced which caused the wrong number of bytes to be returned.  This
patch to smbc_listxattr_ctx() fixes the problem.

Thanks to Jack Schmidt for this patch.

Derrell
examples/libsmbclient/testacl.c
source/include/libsmbclient.h
source/libsmb/libsmbclient.c