Clear vestigial ord() calls in telopt negotiation
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 14 May 2017 18:23:24 +0000 (18:23 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 14 May 2017 18:24:00 +0000 (18:24 +0000)
commit6dcab841e0b9632bce504932b9850125a4e5cc6d
treef99353f92ae251a84acdd7b385d43fce91963735
parent7e62984c5010805bdb6ba2d7035a6a0b9bb475f1
Clear vestigial ord() calls in telopt negotiation

Clean up missed ordinal recasting on telnet options during
negotiation. They're no longer necessary, and crash the service if
triggered.
mudpy/telnet.py