]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Bug 232: handle unexpected TSI, DCS, etc. signals
authorLee Howard <faxguy@howardsilvan.com>
Wed, 30 Mar 2005 00:52:37 +0000 (00:52 +0000)
committerLee Howard <faxguy@howardsilvan.com>
Wed, 30 Mar 2005 00:52:37 +0000 (00:52 +0000)
         (fix one-line omission)

faxd/Class1Recv.c++

index 9de80d197c84be0fb4551b7dc4b95f4f3aa6df5e..c78cfb4f15db5fd40cc8a34b7ac96a429605ea76 100644 (file)
@@ -1106,6 +1106,7 @@ Class1Modem::recvPageECMData(TIFF* tif, const Class2Params& params, fxStr& emsg)
                                default:
                                    // The message is not ECM-specific: fall out of ECM receive, and let
                                    // the earlier message-handling routines try to cope with the signal.
+                                   signalRcvd = rtncframe.getFCF();
                                    messageReceived = true;
                                    return (true);
                                    break;