Skip to content

Commit 1a4158b

Browse files
committed
fixup! gvfs-helper: create tool to fetch objects using the GVFS Protocol
This is needed because of 84f0e60 (packfile: move packfile store into object source, 2026-01-09). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 60b57e7 commit 1a4158b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gvfs-helper-client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ static int gh_client__objects__receive_response(
271271
}
272272

273273
if (ghc & GHC__CREATED__PACKFILE)
274-
packfile_store_reprepare(the_repository->objects->packfiles);
274+
packfile_store_reprepare(the_repository->objects->sources->packfiles);
275275

276276
*p_ghc = ghc;
277277
*p_nr_loose = nr_loose;

0 commit comments

Comments
 (0)