2006-1-1 Dan Williams <dcbw@redhat.com>

* src/nm-activation-request.c
		- Change dhcp_state member of the NMActRequest structure
			from guint8 to guint32

	* src/dhcp-manager/nm-dhcp-manager.[ch]
		- (nm_dhcp_manager_get_state_for_device): return guint32 rather
			than guint8 to match the dbus argument.  Turns out we were
			overwriting memory since we were passing in only a guint8


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1245 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2006-01-01 22:22:39 +00:00
parent 4ed4b491fa
commit aff2d6bdcf
4 changed files with 15 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ struct NMActRequest
NMActStage stage;
DBusPendingCall * user_key_pcall;
guint8 dhcp_state;
guint32 dhcp_state;
guint dhcp_timeout;
};