Commit 39984825 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Try to make Coverity understand that this struct telnet is used.

parent e0ea91a0
......@@ -550,6 +550,7 @@ mgt_cli_telnet(const char *T_arg)
tn->ev->fd = sock;
tn->ev->fd_flags = POLLIN;
tn->ev->callback = telnet_accept;
tn->ev->priv = tn;;
AZ(vev_add(mgt_evb, tn->ev));
free(ta[i]);
ta[i] = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment