2006-03-22 Robert Love <rml@novell.com>

* src/dhcp-manager/nm-dhcp-manager.c: Bump timeout to 45 seconds.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1632 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love
2006-03-22 21:43:43 +00:00
committed by Robert Love
parent aeec0b1d89
commit e11881bccc
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-03-22 Robert Love <rml@novell.com>
* src/dhcp-manager/nm-dhcp-manager.c: Bump timeout to 45 seconds.
2006-03-22 Robert Love <rml@novell.com> 2006-03-22 Robert Love <rml@novell.com>
Bug fix by Timo Hoenig <thoenig@suse.de>: Bug fix by Timo Hoenig <thoenig@suse.de>:

View File

@@ -33,7 +33,7 @@
#include "nm-utils.h" #include "nm-utils.h"
#define NM_DHCP_TIMEOUT 25 /* DHCP timeout, in seconds */ #define NM_DHCP_TIMEOUT 45 /* DHCP timeout, in seconds */
struct NMDHCPManager struct NMDHCPManager
{ {