diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-11-21 20:26:23 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-11-21 20:26:23 +0000 |
commit | 8fbf5fda24392d2a2ee19d6f40699a5de29da662 (patch) | |
tree | ac79c447bc4897d8cc350068504f184fdb8e4cfa /src/protocoltelnet.cpp | |
parent | 2bb05378f31311c353d43688fa753822ab9a6461 (diff) | |
download | libbu++-8fbf5fda24392d2a2ee19d6f40699a5de29da662.tar.gz libbu++-8fbf5fda24392d2a2ee19d6f40699a5de29da662.tar.bz2 libbu++-8fbf5fda24392d2a2ee19d6f40699a5de29da662.tar.xz libbu++-8fbf5fda24392d2a2ee19d6f40699a5de29da662.zip |
Everything in libbu++ now passes -Wall, this should have been done a long time
ago.
Diffstat (limited to '')
-rw-r--r-- | src/protocoltelnet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocoltelnet.cpp b/src/protocoltelnet.cpp index 7beea5b..b169a51 100644 --- a/src/protocoltelnet.cpp +++ b/src/protocoltelnet.cpp | |||
@@ -43,6 +43,7 @@ bool ProtocolTelnet::onNewConnection() | |||
43 | pCon->appendOutput( (char)ECHO ); | 43 | pCon->appendOutput( (char)ECHO ); |
44 | 44 | ||
45 | // 255(IAC),251(WILL),3 | 45 | // 255(IAC),251(WILL),3 |
46 | return true; | ||
46 | } | 47 | } |
47 | 48 | ||
48 | bool ProtocolTelnet::onNewData() | 49 | bool ProtocolTelnet::onNewData() |