[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Get a link-local IP when wired and DHCP fails
- From: Dan Williams <dcbw redhat com>
- To: Bastien Nocera <hadess hadess net>
- Cc: networkmanager-list gnome org
- Subject: Re: Get a link-local IP when wired and DHCP fails
- Date: Thu, 30 Jun 2005 16:19:01 -0400
On Thu, 2005-06-30 at 20:14 +0100, Bastien Nocera wrote:
> + } else if (ip4_config == NULL && nm_device_is_wireless
> (dev) == FALSE && nm_ap_get_encrypted (ap) == FALSE) {
>
You probably want this to be
nm_device_is_wireless (dev) == TRUE
right?
Dan
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]