[Listener] Fix Hello emission

The source interface is not forced to wifi_interface anymore.
This commit is contained in:
Matteo Cypriani 2011-02-28 16:23:10 +01:00
parent 7139be3070
commit 2af46ea263
1 changed files with 1 additions and 1 deletions

View File

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