From: Dan Breslau Date: Wed, 3 May 2017 00:02:22 +0000 (-0400) Subject: Fixed an assertion error that was found when trying to reproduce https://bugs.launchp... X-Git-Tag: centos-1.0.5-1~6 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-ui.git;a=commitdiff_plain;h=eee58986e971fb72f3c15d0fcd316b20ae202fac Fixed an assertion error that was found when trying to reproduce https://bugs.launchpad.net/moonshot-ui/+bug/1430980 (Importing blank identity uses username and realm from previously imported identity) --- diff --git a/src/moonshot-identities-manager.vala b/src/moonshot-identities-manager.vala index aad417e..a11e726 100644 --- a/src/moonshot-identities-manager.vala +++ b/src/moonshot-identities-manager.vala @@ -210,7 +210,7 @@ public class IdentityManagerModel : Object { } - public IdCard? find_id_card(string nai, bool force_flat_file_store) { + public IdCard? find_id_card(string? nai, bool force_flat_file_store) { IdCard? retval = null; IIdentityCardStore.StoreType saved_store_type = get_store_type(); if (force_flat_file_store)