X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=blobdiff_plain;f=keydb_stacked.c;h=7e997d99d08cf784bc48e29e7f5d4f67fb502ebc;hp=b702c84b97a41d152f909e13deeac57e48cd518a;hb=9ce8c6ced68d45b462abb4c6531b6476f4d1e681;hpb=3886942162fd8193d8a804a685a3f96a65b9712c diff --git a/keydb_stacked.c b/keydb_stacked.c index b702c84..7e997d9 100644 --- a/keydb_stacked.c +++ b/keydb_stacked.c @@ -87,6 +87,7 @@ static int stacked_delete_key(struct onak_dbctx *dbctx, static int stacked_update_keys(struct onak_dbctx *dbctx, struct openpgp_publickey **keys, struct keyarray *blacklist, + bool updateonly, bool sendsync) { struct onak_stacked_dbctx *privctx = @@ -94,7 +95,8 @@ static int stacked_update_keys(struct onak_dbctx *dbctx, struct onak_dbctx *backend = (struct onak_dbctx *) privctx->backends->object; - return backend->update_keys(backend, keys, blacklist, sendsync); + return backend->update_keys(backend, keys, blacklist, updateonly, + sendsync); } static int stacked_iterate_keys(struct onak_dbctx *dbctx,