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:
Unknown User d91-jda
1996-02-11 06:24:31 +00:00
parent e8aa2979d5
commit ffe0fffa39

View File

@@ -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 */