Using socket config module 11/96211/1
authorLi Zhang <li2012.zhang@samsung.com>
Tue, 8 Nov 2016 07:13:28 +0000 (15:13 +0800)
committerLi Zhang <li2012.zhang@samsung.com>
Tue, 8 Nov 2016 07:13:28 +0000 (15:13 +0800)
Change-Id: I7a22cc6e47a5329d1cae60c4df6d8c1f47c53c6a

src/sclconnection-isf.cpp

index 1e0daea..676f8d3 100644 (file)
@@ -677,7 +677,7 @@ sclboolean CSCLConnectionISF::init()
     }
 
     if (_scim_config.null()) {
-        scim::ConfigPointer config_pointer = scim::ConfigBase::get(true, "simple");
+        scim::ConfigPointer config_pointer = scim::ConfigBase::get(true, "socket");
         if (config_pointer.null()) {
             config_pointer = new scim::DummyConfig();
         }