telnet: fix uninitialized variable bug
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 25 Sep 2019 11:48:01 +0000 (13:48 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 21 Oct 2019 14:54:40 +0000 (16:54 +0200)
commitbe11940911363a73fc4e74d759d0b472447daabc
tree42760b0e5ab42b118747b4d0b9c49f099050a556
parent49a8839638cb335a2fe8a3a332e97fbb01027a72
telnet: fix uninitialized variable bug

function                                             old     new   delta
telnet_main                                         1236    1238      +2

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/telnet.c