Rename "initial" state to "telopt_negotiation"
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 8 Jul 2018 18:55:53 +0000 (18:55 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 8 Jul 2018 18:55:53 +0000 (18:55 +0000)
There was a rare race where if a client disconnected during the
initial Telnet option negotiation pause, an attempt to log an entry
about it would raise an exception because the "initial" state
placeholder in the default menu data was incorrectly-named. Fix
that, and rename the state to "telopt_negotiation" so it's less
confusing to debug if similar issues are discovered with this state
in the future.


No differences found