aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/modemctrl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/modemctrl.c b/tools/modemctrl.c
index d96a751..891bfd7 100644
--- a/tools/modemctrl.c
+++ b/tools/modemctrl.c
@@ -528,7 +528,6 @@ int main(int argc, char *argv[])
}
}
- ipc_init();
client_fmt = ipc_client_new(IPC_CLIENT_TYPE_FMT);
if (client_fmt == 0) {
@@ -577,7 +576,6 @@ int main(int argc, char *argv[])
modem_quit:
if (client_fmt != 0)
ipc_client_free(client_fmt);
- ipc_shutdown();
return 0;
}