#0 main (argc=) at NetworkManager.c:793 788: { 789: nm_policy_schedule_allowed_ap_list_update (nm_data); 790: nm_dbus_vpn_schedule_vpn_connections_update (nm_data); 791: } 792: 793: /* Right before we init hal, we have to make sure our mainloop 794: * integration function knows about our GMainContext. HAL doesn't give 795: * us any way to pass that into its mainloop integration callback, so 796: * its got to be a global. 797: */ 798: main_context = nm_data->main_context;