mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-04 22:18:13 +02:00
its unsigned
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1176 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
e0b5f17877
commit
d1e0e9d91b
1 changed files with 1 additions and 1 deletions
|
|
@ -2492,7 +2492,7 @@ static gboolean nm_dwwfl_test (int tries, nm_completion_args args)
|
|||
guint * assoc_count = args[1];
|
||||
double * last_freq = args[2];
|
||||
char * essid = args[3];
|
||||
int required = GPOINTER_TO_INT (args[4]);
|
||||
guint required = GPOINTER_TO_UINT (args[4]);
|
||||
|
||||
double cur_freq = nm_device_get_frequency (dev);
|
||||
gboolean assoc = nm_device_wireless_is_associated (dev);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue