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>
Wed, 25 Sep 2019 11:48:01 +0000 (13:48 +0200)
commit65741d004ee91c5a710559ae4f1664f25009255e
treefd52b9ccacab37be8c3bca3ea6ba9e85516daadf
parent11e024aa86f23a6dd86cdd58b8890756708cd708
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