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:
@@ -43,7 +43,7 @@ struct NMActRequest
|
||||
NMActStage stage;
|
||||
DBusPendingCall * user_key_pcall;
|
||||
|
||||
guint8 dhcp_state;
|
||||
guint32 dhcp_state;
|
||||
guint dhcp_timeout;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user