
26 Feb
2015
26 Feb
'15
3:08 p.m.
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@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