From d7fd7cc69e04c5227751efcc16bad66ca060965d Mon Sep 17 00:00:00 2001 From: PaulK Date: Fri, 24 Feb 2012 22:50:33 +0100 Subject: Fixed modemctrl for sec header changes --- tools/modemctrl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/modemctrl.c b/tools/modemctrl.c index 891bfd7..089375a 100644 --- a/tools/modemctrl.c +++ b/tools/modemctrl.c @@ -149,7 +149,7 @@ void modem_set_sec_pin_status(struct ipc_client *client, char *pin1, char *pin2) void modem_response_sec(struct ipc_client *client, struct ipc_message_info *resp) { - struct ipc_sec_pin_status_noti *pin_status; + struct ipc_sec_pin_status_response *pin_status; unsigned char type; int status; char *data; @@ -157,7 +157,7 @@ void modem_response_sec(struct ipc_client *client, struct ipc_message_info *resp switch(IPC_COMMAND(resp)) { case IPC_SEC_PIN_STATUS : - pin_status = (struct ipc_sec_pin_status_noti *)resp->data; + pin_status = (struct ipc_sec_pin_status_response *)resp->data; switch(pin_status->type) { -- cgit v1.1