From 2af46ea2632cf2803a26ecea2b5c4796c0023c21 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Mon, 28 Feb 2011 16:23:10 +0100 Subject: [PATCH] [Listener] Fix Hello emission The source interface is not forced to wifi_interface anymore. --- infrastructure-centred/owlps-listener/owlps-listenerd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-centred/owlps-listener/owlps-listenerd.c b/infrastructure-centred/owlps-listener/owlps-listenerd.c index 56c09f7..1e9b432 100644 --- a/infrastructure-centred/owlps-listener/owlps-listenerd.c +++ b/infrastructure-centred/owlps-listener/owlps-listenerd.c @@ -922,7 +922,7 @@ void autocalibrate_hello() send_sockfd = owlps_create_socket_to_aggregator(GET_AGGREGATION_IP(), GET_AUTOCALIBRATION_PORT(), - &serv, GET_WIFI_IFACE()) ; + &serv, NULL) ; memcpy(&message.ap_mac_addr_bytes, my_mac, 6) ; strncpy(message.ap_ip_addr, my_ip, 16) ;