summaryrefslogtreecommitdiffstats
path: root/rfb/CMsgReaderV3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rfb/CMsgReaderV3.cxx')
-rw-r--r--rfb/CMsgReaderV3.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/rfb/CMsgReaderV3.cxx b/rfb/CMsgReaderV3.cxx
index 59519813..b8242a02 100644
--- a/rfb/CMsgReaderV3.cxx
+++ b/rfb/CMsgReaderV3.cxx
@@ -58,6 +58,8 @@ void CMsgReaderV3::readMsg()
case msgTypeSetColourMapEntries: readSetColourMapEntries(); break;
case msgTypeBell: readBell(); break;
case msgTypeServerCutText: readServerCutText(); break;
+ case msgTypeFileListData:
+ handler->processFTMsg(type); break;
default:
fprintf(stderr, "unknown message type %d\n", type);
throw Exception("unknown message type");