Add a missing return statement. 95/40895/1
authorSungmin Kwak <sungmin.kwak@samsung.com>
Mon, 16 Feb 2015 08:48:58 +0000 (17:48 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 10 Jun 2015 07:24:10 +0000 (16:24 +0900)
Change-Id: I5c8a771b98c0a197548551da259d9d8c575750c5

src/sclconnection-isf.cpp [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 1f3303e..e490f44
@@ -921,6 +921,7 @@ extern "C"
                     info.option = (scluint)options;
                     if (name)
                         free(name);
+                    return true;
                 }
             }
         }