]> git.ipfire.org Git - thirdparty/lldpd.git/commit
priv: avoid to leak generic socket
authorVincent Bernat <bernat@luffy.cx>
Tue, 2 Jul 2013 22:16:45 +0000 (00:16 +0200)
committerVincent Bernat <bernat@luffy.cx>
Tue, 2 Jul 2013 22:16:45 +0000 (00:16 +0200)
commit53d4577a63fd1b9dc040c41522b25b08f6c43afc
tree5be98d31238969f399680471413d55d776fb851e
parent4ea0565ebd7c884f9e78432bf70fc34777ffe6bd
priv: avoid to leak generic socket

Due to previous commit, a socket was requested for each operation
needing it but it was not released.
src/daemon/priv-linux.c
src/daemon/priv.c