From 57783bd3c7dd0fa47133a4d82c2f41aa5d96c561 Mon Sep 17 00:00:00 2001 From: "me@ow.nekobit.net" Date: Mon, 4 Apr 2022 02:18:17 +0000 Subject: [PATCH] Write instance_url to the correct variable FossilOrigin-Name: 97eb11030b5e06f2a7c4a72047feb6ff4b934976e016dbcaeef6fc1626aecdff --- src/query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/query.c b/src/query.c index 3aae953..c2899d9 100644 --- a/src/query.c +++ b/src/query.c @@ -87,7 +87,7 @@ char* read_post_data(struct query_values* post) { "min_id", &(post->min_id) }, { "max_id", &(post->max_id) }, { "start_id", &(post->start_id) }, - { "instance_url", &(post->start_id) }, + { "instance_url", &(post->instance_url) }, }; // END Query references