aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/socketchan.cc
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-03-17 08:40:17 +0000
committerFritz Elfert <felfert@to.com>2002-03-17 08:40:17 +0000
commit38fc74f68c90aff4909660b89a9c233eac16f626 (patch)
treea4548dc2760015c13990def9418b35a966e46ad4 /ncpd/socketchan.cc
parentbf0e9c7d42c2078e29301123aae3593bab1a029b (diff)
downloadplptools-38fc74f68c90aff4909660b89a9c233eac16f626.tar.gz
plptools-38fc74f68c90aff4909660b89a9c233eac16f626.tar.bz2
plptools-38fc74f68c90aff4909660b89a9c233eac16f626.zip
- packet: Fixed bug where sync detection could overrun end of buffer
- socketchan: removed debugging output - link: Changed a debug output of unmatched ack's; removed wrong purge.
Diffstat (limited to 'ncpd/socketchan.cc')
-rw-r--r--ncpd/socketchan.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ncpd/socketchan.cc b/ncpd/socketchan.cc
index fe2b683..407464a 100644
--- a/ncpd/socketchan.cc
+++ b/ncpd/socketchan.cc
@@ -113,7 +113,6 @@ ncpCommand(bufferStore & a)
ok = true;
} else if (!strncmp(str, "GSPD", 4)) {
// Get Speed of serial device
- cerr << "socketChan:: GETSPEED" << endl;
a.init();
a.addByte(rfsv::E_PSI_GEN_NONE);
a.addDWord(ncpGetSpeed());