Skip to content

Commit

Permalink
fixup! fetcher: Split lowlevel API into file/membuf variants
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Jan 4, 2017
1 parent 78609ca commit ffcc250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libostree/ostree-fetcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -1317,8 +1317,8 @@ _ostree_fetcher_request_to_membuf_finish (OstreeFetcher *self,
return FALSE;

g_assert (pending->is_membuf);
g_assert (out_filename);
*out_filename = ret;
g_assert (out_buf);
*out_buf = ret;

return TRUE;
}
Expand Down

0 comments on commit ffcc250

Please sign in to comment.