summaryrefslogtreecommitdiffstats
path: root/examples/libsmbclient/testacl2.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of deprecated functionDerrell Lipman2008-03-021-1/+1
|
* r22914: - Fixes bug 4599. A missing <code>if</code> statement forced ↵Derrell Lipman2007-10-101-0/+78
subseqeuent attempts to set attributes to fail. - I also noticed that missing attributes were setting an invalid return string by getxattr(), e.g. if there was not group, the return string had "GROUP:;" instead of excluding the GROUP attribute entirely as it should. The big problem with the way it was, is that the string could not then be passed to setxattr() and parsed.