core: fix signedness of NMPolicyPrivate.reset_retries_id

This commit is contained in:
Beniamino Galvani 2016-01-04 09:38:46 +01:00
parent 272098e48b
commit 205ae642f9

View file

@ -73,7 +73,7 @@ typedef struct {
NMDnsManager *dns_manager;
gulong config_changed_id;
gint reset_retries_id; /* idle handler for resetting the retries count */
guint reset_retries_id; /* idle handler for resetting the retries count */
char *orig_hostname; /* hostname at NM start time */
char *cur_hostname; /* hostname we want to assign */