]> git.puffer.fish Git - matthieu/frr.git/commit
lib/vty: register vtysh socket in server socket vector (BZ#754)
authorChristian Franke <chris@opensourcerouting.org>
Wed, 27 Feb 2013 13:47:23 +0000 (13:47 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 9 Apr 2013 20:35:29 +0000 (22:35 +0200)
commit677bcbbf153fe73e57cb44f668977cbd26661fd4
tree545636b73b23f02c3ec13261c71ec3058cf089b7
parentb68da446e977f8069fb72bce73402e2234ffc1d9
lib/vty: register vtysh socket in server socket vector (BZ#754)

Register the vtysh socket in Vvty_serv_thread so it will be
correctly closed on vty_reset instead of being leaked.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/vty.c