On Thu, Feb 26, 2015 at 15:17:12 +0100, Michal Privoznik wrote:
Silly this bug went unnoticed so long. At the beginning we try to
find the passed network in the list of network objects. If found,
it's locked and real work takes place. Then, in the end, the
network object is never unlocked.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/test/test_driver.c | 2 ++
1 file changed, 2 insertions(+)
The reason this went unnoticed is probably as the test driver is always
reinitialized :).
ACK
Peter