mm-broadband-modem: fix USSD command sending, don't use cached AT replies

This commit is contained in:
Aleksander Morgado
2012-07-22 13:30:27 +02:00
parent ea10c57056
commit 9670b362bf

View File

@@ -3460,7 +3460,7 @@ modem_3gpp_ussd_send (MMIfaceModem3gppUssd *self,
mm_base_modem_at_command (MM_BASE_MODEM (self), mm_base_modem_at_command (MM_BASE_MODEM (self),
at_command, at_command,
3, 3,
TRUE, FALSE,
(GAsyncReadyCallback)ussd_send_command_ready, (GAsyncReadyCallback)ussd_send_command_ready,
result); result);
g_free (at_command); g_free (at_command);