Comment 11 for bug 1579246

Revision history for this message
Martin Evald (martin-evald) wrote : Re: 802.1x auth issues in 16.04, keep asking for password

I would like to test it, but I get compilation errors when I try to build it, unpatched (as retrieved by apt source network-manager-gnome):

applet.c: In function ‘foo_online_offline_deferred_notify’:
applet.c:2241:4: error: suggest explicit braces to avoid ambiguous ‘else’ [-Werror=parentheses]
  if(select_merged_notification_text (info))

applet-device-wifi.c: In function ‘wifi_notify_connected’:
applet-device-wifi.c:1425:68: error: ‘esc_ssid’ is used uninitialized in this function [-Werror=uninitialized]
  g_object_set_data_full (G_OBJECT(device), "canonical-last-essid", g_strdup (esc_ssid), (GDestroyNotify) g_free);

mobile-helpers.c:123:1: error: no previous prototype for ‘mobile_helper_get_mobile_quality_icon_name’ [-Werror=missing-prototypes]
 mobile_helper_get_mobile_quality_icon_name (guint32 quality)