bin/xbps-rindex/sign.c: fix a stupid typo.

This commit is contained in:
Juan RP 2014-01-30 19:46:46 +01:00
parent 27f7bbd44d
commit 915b8b2557

View File

@ -265,7 +265,7 @@ sign_repo(struct xbps_handle *xhp, const char *repodir,
if (rpubkeysize != pubkeysize)
flush = true;
xbps_dictionary_get_cstring_nocopy(repo->idxmeta, "signedby", &rsignedby);
xbps_dictionary_get_cstring_nocopy(repo->idxmeta, "signature-by", &rsignedby);
if (rsignedby == NULL || strcmp(rsignedby, signedby))
flush = true;