mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-06 03:30:31 +01:00
core: fix signedness of NMPolicyPrivate.reset_retries_id
This commit is contained in:
parent
272098e48b
commit
205ae642f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue