aboutsummaryrefslogtreecommitdiff
path: root/src/piesctl.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-01-05 20:17:51 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-01-05 20:19:03 +0200
commit659ed5b33cf70a6898697c7c5886ae068a3be966 (patch)
tree9887be03351861823d59081321072eb568298241 /src/piesctl.c
parent9dbd617046f19979d8c8ed9e31e4b71d18e20235 (diff)
downloadpies-659ed5b33cf70a6898697c7c5886ae068a3be966.tar.gz
pies-659ed5b33cf70a6898697c7c5886ae068a3be966.tar.bz2
control interface: pass JSON as query for GET, DELETE, and PUT
Diffstat (limited to 'src/piesctl.c')
-rw-r--r--src/piesctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/piesctl.c b/src/piesctl.c
index d8afbfe..da2e621 100644
--- a/src/piesctl.c
+++ b/src/piesctl.c
@@ -1435,7 +1435,7 @@ parse_condition_to_uri (char const *base, int argc, char **argv, int mandatory)
.data = acc
};
if (base)
- grecs_txtacc_grow_char (acc, '/');
+ grecs_txtacc_grow_char (acc, '?');
json_format_value (val, &fmt);
json_value_free (val);
}

Return to:

Send suggestions and report system problems to the System administrator.