mmcli,sim: force sync operation for the info action

This commit is contained in:
Aleksander Morgado
2017-10-18 23:02:57 +02:00
parent fc40c059fa
commit 25007741c8

View File

@@ -124,6 +124,9 @@ mmcli_sim_options_enabled (void)
exit (EXIT_FAILURE);
}
if (info_flag)
mmcli_force_sync_operation ();
checked = TRUE;
return !!n_actions;
}