Launch SDL HMIs via xwalk-launcher.
[profile/ivi/smartdevicelink.git] / SDL_Core / src / appMain / appMain.cpp
index e20aa5f..9a8b934 100644 (file)
@@ -124,7 +124,6 @@ file_str.close();
 
 if (stat(hmi_link.c_str(), &sb) == -1) {
   LOG4CXX_INFO(logger, "HMI index.html doesn't exist!");
-  return false;
 }
 // Create a child process.
 pid_hmi = fork();