summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/dlt_daemon_connection.c')
-rw-r--r--src/daemon/dlt_daemon_connection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/dlt_daemon_connection.c b/src/daemon/dlt_daemon_connection.c
index 669a7b1..2fe17c1 100644
--- a/src/daemon/dlt_daemon_connection.c
+++ b/src/daemon/dlt_daemon_connection.c
@@ -232,8 +232,10 @@ DLT_STATIC DltReceiver *dlt_connection_get_receiver(DltDaemonLocal *daemon_local
}
break;
+#ifdef DLT_USE_UNIX_SOCKET_IPC
case DLT_CONNECTION_APP_CONNECT:
/* FALL THROUGH */
+#endif
case DLT_CONNECTION_ONE_S_TIMER:
/* FALL THROUGH */
case DLT_CONNECTION_SIXTY_S_TIMER: