X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FTermlib%2FTelnet.cc;h=19b90582a4b87cb6f8995daf27eb5e33f7db6bc0;hb=a1fdb7bb122f0b05be809a922d4b7ef5e125fa67;hp=5c79e1f73c9d50b64d32b3933e2299238f02ebf9;hpb=421d4e922c9856a80ed61c69db27504816180d99;p=senf.git diff --git a/Utils/Termlib/Telnet.cc b/Utils/Termlib/Telnet.cc index 5c79e1f..19b9058 100644 --- a/Utils/Termlib/Telnet.cc +++ b/Utils/Termlib/Telnet.cc @@ -27,6 +27,7 @@ //#include "Telnet.ih" // Custom includes +#include #include "../membind.hh" #include "../Logger/SenfLog.hh" @@ -456,6 +457,7 @@ v_handleOptionParameters(std::string const & data) return; if (data[0] == '\x00') { type_ = data.substr(1); + boost::algorithm::to_lower(type_); decrementRequestCounter(); } }