
26 Feb
2015
26 Feb
'15
3:16 p.m.
On Thu, Feb 26, 2015 at 15:17:13 +0100, Michal Privoznik wrote:
Moreover, there are two points within the function, where we're missing 'goto cleanup'. Fix this too.
Control flow is okay even in that case, but this makes it more clear.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/network/bridge_driver.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-)
ACK Peter