src/server/daemon/ws-fn.c

changeset 161
aadda87bad1b
parent 154
6394ce09889a
child 162
b169992137a8
--- a/src/server/daemon/ws-fn.c	Thu Jan 26 17:23:11 2017 +0100
+++ b/src/server/daemon/ws-fn.c	Thu Jan 26 18:53:52 2017 +0100
@@ -67,7 +67,6 @@
     { "find-index", find_index, NULL, NULL, 0},
     { "dir-redirect", dir_redirect, NULL, NULL, 0},
     { "print-message", print_message, NULL, NULL, 0},
-    { "set-variable", set_variable, NULL, NULL, 0},
     { "common-log", common_log, NULL, NULL, 0},
     { "send-cgi", send_cgi, NULL, NULL, 0},
     {NULL, NULL, NULL, NULL, 0}

mercurial