Re: [PATCH 2/2] inet: Fix error handling when bridging interfaces

2013-01-08 Thread Patrik Flykt
On Mon, 2013-01-07 at 09:24 -0500, Forest Bond wrote: > From: Forest Bond > > Functions that add and remove interfaces to and from bridges now return > an appropriate error code. Applied, thanks! Patrik ___ connman mailing list connman@connma

[PATCH 2/2] inet: Fix error handling when bridging interfaces

2013-01-07 Thread Forest Bond
From: Forest Bond Functions that add and remove interfaces to and from bridges now return an appropriate error code. --- src/inet.c | 40 ++-- 1 files changed, 22 insertions(+), 18 deletions(-) diff --git a/src/inet.c b/src/inet.c index c360f56..0027fe6 100