[gnome-control-center] network: Fix ws_wpa_psk_new call



commit 4bef33781c67bb60f6f169f19e592fc7e705b7a4
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Feb 2 12:24:23 2020 -0300

    network: Fix ws_wpa_psk_new call
    
    Introduced by d168eee5cd.

 panels/network/connection-editor/ce-page-security.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/network/connection-editor/ce-page-security.c 
b/panels/network/connection-editor/ce-page-security.c
index b8dc791a7..b33e16470 100644
--- a/panels/network/connection-editor/ce-page-security.c
+++ b/panels/network/connection-editor/ce-page-security.c
@@ -355,7 +355,7 @@ finish_setup (CEPageSecurity *self)
         if (nm_utils_security_valid (NMU_SEC_SAE, dev_caps, FALSE, is_adhoc, 0, 0, 0)) {
                 WirelessSecurityWPAPSK *ws_wpa_psk;
 
-                ws_wpa_psk = ws_wpa_psk_new (self->connection, FALSE);
+                ws_wpa_psk = ws_wpa_psk_new (self->connection);
                 if (ws_wpa_psk) {
                         add_security_item (self, WIRELESS_SECURITY (ws_wpa_psk), sec_model,
                                            &iter, _("WPA3 Personal"), FALSE);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]