diff options
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -215,6 +215,7 @@ static int get_forms(const struct http_payload *const pl, if (!ref) { fprintf(stderr, "%s: expected non-NULL buffer\n", __func__); + ret = 1; goto end; } else if (!(dup = strndup(ref, p->n))) |
