Separate 8bit and binary output modes.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4208 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -166,7 +166,9 @@ getconnmode(void)
|
||||
if ((eight & 1) || my_want_state_is_will(TELOPT_BINARY))
|
||||
mode |= MODE_INBIN;
|
||||
|
||||
if ((eight & 2) || his_want_state_is_will(TELOPT_BINARY))
|
||||
if (eight & 2)
|
||||
mode |= MODE_OUT8;
|
||||
if (his_want_state_is_will(TELOPT_BINARY))
|
||||
mode |= MODE_OUTBIN;
|
||||
|
||||
#ifdef KLUDGELINEMODE
|
||||
|
Reference in New Issue
Block a user