diff --git a/src/raspberrypi/rascsi.cpp b/src/raspberrypi/rascsi.cpp index b3ceafe0..2bf3df79 100644 --- a/src/raspberrypi/rascsi.cpp +++ b/src/raspberrypi/rascsi.cpp @@ -1476,7 +1476,6 @@ static void *MonThread(void *param) case DEVICES_INFO: { rascsi_response.GetDevicesInfo(result, command, devices, UnitNum); SerializeMessage(fd, result); - break; }