src/server/daemon/ws-fn.c

changeset 116
d7a186cf87f6
parent 107
7e81699d1f77
child 118
38bf6dd8f4e7
--- a/src/server/daemon/ws-fn.c	Sat Oct 22 11:27:39 2016 +0200
+++ b/src/server/daemon/ws-fn.c	Sun Oct 23 10:52:54 2016 +0200
@@ -31,6 +31,7 @@
 #include "../safs/auth.h"
 #include "../safs/nametrans.h"
 #include "../safs/pathcheck.h"
+#include "../safs/pcheck.h"
 #include "../safs/objecttype.h"
 #include "../safs/service.h"
 #include "../safs/init.h"
@@ -56,6 +57,7 @@
     { "auth-db", auth_db, NULL, NULL, 0 },
     { "require-auth", require_auth, NULL, NULL, 0},
     { "require-access", require_access, NULL, NULL, 0},
+    { "find-pathinfo", pcheck_find_path, NULL, NULL, 0},
     { "append-acl", append_acl, NULL, NULL, 0},
     { "check-acl", check_acl, NULL, NULL, 0},
     { "print-message", print_message, NULL, NULL, 0},

mercurial