From f161231f2f829588745ddfe2785fbbc0337308fc Mon Sep 17 00:00:00 2001 From: "wn.jang" Date: Thu, 11 Nov 2021 16:33:24 +0900 Subject: [PATCH] Match the function hierarchy Change-Id: Ie7e01227bfe5e790b8ca26c11e894c5482c343e7 --- server/ttsd_tidl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/ttsd_tidl.c b/server/ttsd_tidl.c index f73cefd..b26dca3 100644 --- a/server/ttsd_tidl.c +++ b/server/ttsd_tidl.c @@ -240,7 +240,7 @@ static int __set_mode_cb(rpc_port_stub_tts_context_h context, int uid, int mode, SLOG(LOG_INFO, tts_tag(), "[Server] Set client mode. uid (%d), mode (%d)", uid, mode); int ret = -1; - ret = ttsd_data_set_mode(uid, mode); + ret = ttsd_server_set_mode(uid, mode); if (TTSD_ERROR_NONE != ret) { SLOG(LOG_ERROR, tts_tag(), "[Server] Fail to set mode. uid is not invalid"); return ret; -- 2.7.4