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)
commit011e89c85868ec8f16e475a560a0e5bd41995920
treeaf09d7ba6e11444a2536fab25a7be082ab6b66f9
parentd49ba81210970e44cc1c7179a959f74351684fdf
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
(This used to be commit 913c335d21c503d32b35bf65da7b2bddf0473875)
examples/libsmbclient/testacl.c
source3/include/libsmbclient.h
source3/libsmb/libsmbclient.c