Fixed an assertion error that was found when trying to reproduce https://bugs.launchp...
authorDan Breslau <dbreslau@painless-security.com>
Wed, 3 May 2017 00:02:22 +0000 (20:02 -0400)
committerDan Breslau <dbreslau@painless-security.com>
Wed, 3 May 2017 00:02:22 +0000 (20:02 -0400)
src/moonshot-identities-manager.vala

index aad417e..a11e726 100644 (file)
@@ -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)