From: Aidan Van Dyk Date: Fri, 11 May 2007 15:05:03 +0000 (+0000) Subject: Class1: improve handling of CRP when in Phase B receiving X-Git-Tag: HYLAFAX-4_4_0BETA1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=679143152df5eb14c756010e30901ca0cd175eb2;p=thirdparty%2FHylaFAX.git Class1: improve handling of CRP when in Phase B receiving | commit 0a1cb346135e33af7541075ae13232d1c3207b66 | Author: Lee Howard | Date: Wed May 9 18:48:53 2007 +0000 | | improve handling of CRP when in Phase B receiving --- diff --git a/faxd/Class1Recv.c++ b/faxd/Class1Recv.c++ index 244c264e..ceb945ea 100644 --- a/faxd/Class1Recv.c++ +++ b/faxd/Class1Recv.c++ @@ -216,6 +216,8 @@ Class1Modem::recvIdentification( recvdDCN = true; return (false); case FCF_CRP: + /* do nothing here, just let us repeat NSF, CSI, DIS */ + break; case FCF_MPS: case FCF_EOP: case FCF_EOM: