dbus: Use proper dbus_bool_t value TRUE instead of 1
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
03a9a57aca
commit
3d8de6191e
1 changed files with 1 additions and 1 deletions
|
@ -1629,7 +1629,7 @@ DBusMessage * wpas_dbus_handler_scan(DBusMessage *message,
|
||||||
char *key = NULL, *type = NULL;
|
char *key = NULL, *type = NULL;
|
||||||
struct wpa_driver_scan_params params;
|
struct wpa_driver_scan_params params;
|
||||||
size_t i;
|
size_t i;
|
||||||
dbus_bool_t allow_roam = 1;
|
dbus_bool_t allow_roam = TRUE;
|
||||||
dbus_bool_t non_coloc_6ghz = FALSE;
|
dbus_bool_t non_coloc_6ghz = FALSE;
|
||||||
dbus_bool_t scan_6ghz_only = FALSE;
|
dbus_bool_t scan_6ghz_only = FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue