commit 7074d57878cd47e8ccaaf14d6ccb3c27cc5a4741 from: Stefan Sperling date: Mon Mar 11 09:49:09 2024 UTC fix gitwrapper build commit - 1916c2111fb07adb0485c50211d75a35bcbac452 commit + 7074d57878cd47e8ccaaf14d6ccb3c27cc5a4741 blob - 28645f07dc93480582fce4b5f7dea5813b028a23 blob + 326421d114b5877a893a1f63613d87e64dde3559 --- gitwrapper/gitwrapper.c +++ gitwrapper/gitwrapper.c @@ -172,7 +172,7 @@ main(int argc, char *argv[]) goto done; } - repo = gotd_find_repo_by_name(repo_name, &gotd); + repo = gotd_find_repo_by_name(repo_name, &gotd.repos); /* * Invoke our custom Git server if the repository was found