[FIX] daemon terminate on control msg protocol errors fix
authorVitaliy Cherepanov <v.cherepanov@samsung.com>
Tue, 13 Aug 2013 07:43:00 +0000 (11:43 +0400)
committerVitaliy Cherepanov <v.cherepanov@samsung.com>
Tue, 13 Aug 2013 07:43:00 +0000 (11:43 +0400)
daemon/daemon.c

index cd8c5df..a59c78c 100644 (file)
@@ -1029,10 +1029,7 @@ int daemonLoop()
                                }
                                else if (result < 0)
                                {
-                                       terminate_error("Internal DA framework error, "
-                                                       "Please re-run the profiling.", 1);
-                                       return_value = -1;
-                                       goto END_EFD;
+                                       LOGE("Control socket handler.\n");
                                }
                        }
                        else if (events[i].data.fd == manager.host.data_socket)