mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 23:00:07 +01:00
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:
parent
aeec0b1d89
commit
e11881bccc
2 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
Bug fix by Timo Hoenig <thoenig@suse.de>:
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
#include "nm-utils.h"
|
||||
|
||||
|
||||
#define NM_DHCP_TIMEOUT 25 /* DHCP timeout, in seconds */
|
||||
#define NM_DHCP_TIMEOUT 45 /* DHCP timeout, in seconds */
|
||||
|
||||
struct NMDHCPManager
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue