Browse Source

unclear how to avoid following symbolic links

master
Ralf Herold 6 years ago
parent
commit
c5d1ff1db1
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 3
      src/xattrs-main.cpp

3
src/xattrs-main.cpp

@ -4,7 +4,7 @@
#if defined(__linux__)
#include <attr/xattr.h>
#define XATTR_NOFOLLOW 0
#define XATTR_NOFOLLOW 1
#endif
#include "extattr.h"
@ -171,4 +171,3 @@ List rcpp_get_xattr_df(const std::string path, bool follow_symlinks=true) {
}

Loading…
Cancel
Save