Re: [PATCH] network: Disconnect network properly.

2011-11-07 Thread Samuel Ortiz
Hi Jukka, On Tue, Nov 01, 2011 at 11:09:55AM +0200, Jukka Rissanen wrote: When network is removed (for example when ethernet cable is disconnected), then network needs to be disconnected also. The disconnect was not done at all because of the reference counting fixes in dhcp code. I applied

[PATCH] network: Disconnect network properly.

2011-11-01 Thread Jukka Rissanen
When network is removed (for example when ethernet cable is disconnected), then network needs to be disconnected also. The disconnect was not done at all because of the reference counting fixes in dhcp code. --- src/network.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git