diff --git a/src/client/toks_client_acquire.c b/src/client/toks_client_acquire.c index 6ed26c5..56cb89f 100644 --- a/src/client/toks_client_acquire.c +++ b/src/client/toks_client_acquire.c @@ -50,8 +50,8 @@ int32_t toks_client_acquire(struct toks_driver_ctx * dctx) msg.header.msg_size = sizeof(msg); msg.data.ttyinfo.opcode = TOKS_DAEMON_ACQUIRE; - msg.data.ipcinfo.ctrlsvc.keys.key[0] = toks_get_driver_tokpid(dctx); - msg.data.ipcinfo.hevent = toks_get_driver_hevent(dctx); + msg.data.ipcinfo.ctrlsvc.keys.key[0] = toks_get_driver_tokpid(dctx); + msg.data.ipcinfo.hevent = toks_get_driver_hevent(dctx); if (!(millisecs = toks_get_driver_timeout(dctx))) { msg.data.ipcinfo.hevent = 0;