summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rest.c b/src/rest.c
index 81dfa7c..39b0022 100644
--- a/src/rest.c
+++ b/src/rest.c
@@ -4128,7 +4128,7 @@ int og_client_state_process_payload_rest(struct og_client *cli)
}
if (root) {
- err = og_client_method_not_found(cli);
+ err = og_client_bad_request(cli);
goto err_process_rest_payload;
}