Merge branch 'collectd-4.3'
[collectd.git] / src / unixsock.c
index a7618c0..5845f9d 100644 (file)
@@ -550,6 +550,7 @@ static void *us_handle_client (void *arg)
        close (fd);
 
        pthread_exit ((void *) 0);
+       return ((void *) 0);
 } /* void *us_handle_client */
 
 static void *us_server_thread (void *arg)