Squashed merge of many commits, including (but not limited to) :
[moonshot-ui.git] / src / moonshot-provisioning-common.vala
index 29160dd..2311cab 100644 (file)
@@ -153,8 +153,7 @@ namespace WebProvisioning
                     var ta = new TrustAnchor(ta_ca_cert,
                                              ta_server_cert,
                                              ta_subject,
-                                             ta_subject_alt,
-                                             false);
+                                             ta_subject_alt);
                     // Set the datetime_added in moonshot-server.vala, since it doesn't get sent via IPC
                     card.set_trust_anchor_from_store(ta);
                 }