summaryrefslogtreecommitdiff
path: root/content/fetchers/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/about.c')
-rw-r--r--content/fetchers/about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchers/about.c b/content/fetchers/about.c
index a7e289e38..4993414eb 100644
--- a/content/fetchers/about.c
+++ b/content/fetchers/about.c
@@ -342,7 +342,7 @@ static bool fetch_about_config_handler(struct fetch_about_context *ctx)
int opt = 0;
post_item = ctx->post_multipart;
while (post_item != NULL) {
- bool s = nsoption_set_key(post_item->name, post_item->value);
+ nsoption_set_key(post_item->name, post_item->value);
post_item = post_item->next;
}
}