diff options
Diffstat (limited to 'src/NetworkManagerPolicy.c')
-rw-r--r-- | src/NetworkManagerPolicy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NetworkManagerPolicy.c b/src/NetworkManagerPolicy.c index a42020e5e6..b81f73a129 100644 --- a/src/NetworkManagerPolicy.c +++ b/src/NetworkManagerPolicy.c @@ -302,7 +302,7 @@ void nm_policy_update_allowed_access_points (NMData *data) gchar wep_key[ 50 ]; /* Free the old list of allowed access points */ - nm_data_allowed_ap_list_free (data); +// nm_data_allowed_ap_list_free (data); while (fgets (line, 499, ap_file)) { |