Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove use of deprecated function | Derrell Lipman | 2008-03-02 | 1 | -1/+1 |
| | |||||
* | r22914: - Fixes bug 4599. A missing <code>if</code> statement forced ↵ | Derrell Lipman | 2007-10-10 | 1 | -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. |