From c79b70f564aaad2194c4f24a653fbb94b7ac397a Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Wed, 13 Jun 2018 13:19:23 +0900 Subject: Bug Fix : role in WMClientContext is not set Change-Id: I7c61195ce63c2c868db80145cbe8afdbb7627eac Signed-off-by: Kazumasa Mitsunari --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 332a158..fe73b69 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -38,7 +38,7 @@ typedef struct WMClientCtxt WMClientCtxt(const char *appName, const char* appRole) { name = appName; - role = role; + role = appRole; } } WMClientCtxt; -- cgit 1.2.3-korg