aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/driver_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/driver_test.c')
-rw-r--r--src/drivers/driver_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/driver_test.c b/src/drivers/driver_test.c
index 06cc349..c18eaad 100644
--- a/src/drivers/driver_test.c
+++ b/src/drivers/driver_test.c
@@ -2868,7 +2868,7 @@ static int wpa_driver_test_p2p_connect(void *priv, const u8 *peer_addr,
return -1;
return p2p_connect(drv->p2p, peer_addr, wps_method, go_intent,
own_interface_addr, force_freq, persistent_group,
- NULL, 0);
+ NULL, 0, 0);
}