forked from mirrors/treebird
Write instance_url to the correct variable
FossilOrigin-Name: 97eb11030b5e06f2a7c4a72047feb6ff4b934976e016dbcaeef6fc1626aecdff
This commit is contained in:
parent
4a74749b63
commit
57783bd3c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue