aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc.c
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2011-10-31 14:53:50 +0100
committerPaulK <contact@paulk.fr>2011-10-31 14:53:50 +0100
commitc9210b62c93a8f9a8bba249dfffc86762bc69234 (patch)
tree31de979b7daba2fb84e1291c0d27f60aeee97681 /samsung-ipc/ipc.c
parent644af30baa8bd6311f1fd67a86792b6c6195b1b3 (diff)
downloadexternal_libsamsung-ipc-c9210b62c93a8f9a8bba249dfffc86762bc69234.zip
external_libsamsung-ipc-c9210b62c93a8f9a8bba249dfffc86762bc69234.tar.gz
external_libsamsung-ipc-c9210b62c93a8f9a8bba249dfffc86762bc69234.tar.bz2
Corrected wake_lock in crespo_ipc and split struct ipc_call_outgoing
Diffstat (limited to 'samsung-ipc/ipc.c')
-rw-r--r--samsung-ipc/ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/ipc.c b/samsung-ipc/ipc.c
index 2119464..7f460bc 100644
--- a/samsung-ipc/ipc.c
+++ b/samsung-ipc/ipc.c
@@ -70,7 +70,7 @@ struct ipc_client* ipc_client_new(int client_type)
client->ops = ops;
client->handlers = (struct ipc_handlers *) malloc(sizeof(struct ipc_handlers));
client->log_handler = log_handler_default;
-
+memcpy(client->handlers, &ipc_default_handlers, sizeof(struct ipc_handlers));
return client;
}