We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223fd6a commit 206da9fCopy full SHA for 206da9f
1 file changed
lib/repo.c
@@ -195,7 +195,7 @@ repo_read_meta(struct xbps_repo *repo, struct archive *ar)
195
repo->uri, archive_error_string(ar));
196
return -archive_errno(ar);
197
}
198
- repo->idxmeta = xbps_dictionary_create();
+ repo->idxmeta = NULL;
199
return 0;
200
201
@@ -228,6 +228,7 @@ repo_read_meta(struct xbps_repo *repo, struct archive *ar)
228
return r;
229
230
231
+ repo->is_signed = true;
232
xbps_dictionary_make_immutable(repo->idxmeta);
233
234
0 commit comments