summaryrefslogtreecommitdiff
path: root/src/mod_cml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_cml.c')
-rw-r--r--src/mod_cml.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mod_cml.c b/src/mod_cml.c
index 566a8a6a..49a8ea1e 100644
--- a/src/mod_cml.c
+++ b/src/mod_cml.c
@@ -253,7 +253,8 @@ URIHANDLER_FUNC(mod_cml_power_magnet) {
URIHANDLER_FUNC(mod_cml_is_handled) {
plugin_data *p = p_d;
- if (buffer_string_is_empty(&r->physical.path)) return HANDLER_ERROR;
+ /* r->physical.path is non-empty for handle_subrequest_start */
+ /*if (buffer_string_is_empty(&r->physical.path)) return HANDLER_ERROR;*/
mod_cml_patch_config(r, p);