diff options
Diffstat (limited to 'src/mhd/mhd_responses.c')
-rw-r--r-- | src/mhd/mhd_responses.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mhd/mhd_responses.c b/src/mhd/mhd_responses.c index befd5631..6b96de55 100644 --- a/src/mhd/mhd_responses.c +++ b/src/mhd/mhd_responses.c @@ -323,7 +323,7 @@ TALER_MHD_make_json_pack (const char *fmt, fmt, jerror.text); GNUNET_break (0); - return MHD_NO; + return NULL; } { |