Skip to content

Commit

Permalink
Done: getattr
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstrauss committed Dec 18, 2012
1 parent e824278 commit baa5af4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fusedav.c
Expand Up @@ -579,6 +579,8 @@ static int dav_getattr(const char *path, struct stat *stbuf) {
if (S_ISREG(stbuf->st_mode) && config->file_mode) if (S_ISREG(stbuf->st_mode) && config->file_mode)
stbuf->st_mode = S_IFREG | config->file_mode; stbuf->st_mode = S_IFREG | config->file_mode;


log_print(LOG_DEBUG, "Done: getattr(%s)", path);

return r; return r;
} }


Expand Down

0 comments on commit baa5af4

Please sign in to comment.