dbus: Use proper dbus_bool_t value TRUE instead of 1

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2023-10-29 17:46:46 +02:00
parent 03a9a57aca
commit 3d8de6191e

View file

@ -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;