Now it will only print "not encrypting" when a won't (as a reply to a
do) is received, and not when we get a don't. :-) git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@250 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -564,10 +564,12 @@ dontoption(int option)
|
|||||||
telopt_environ = TELOPT_OLD_ENVIRON;
|
telopt_environ = TELOPT_OLD_ENVIRON;
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
#if 0
|
||||||
#ifdef ENCRYPTION
|
#ifdef ENCRYPTION
|
||||||
case TELOPT_ENCRYPT:
|
case TELOPT_ENCRYPT:
|
||||||
encrypt_not();
|
encrypt_not();
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
/* we always accept a DONT */
|
/* we always accept a DONT */
|
||||||
|
Reference in New Issue
Block a user