aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_bluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_bluetooth.c')
-rw-r--r--src/transport/plugin_transport_bluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_bluetooth.c b/src/transport/plugin_transport_bluetooth.c
index bdc5a9fee..621a880e1 100644
--- a/src/transport/plugin_transport_bluetooth.c
+++ b/src/transport/plugin_transport_bluetooth.c
@@ -1942,7 +1942,7 @@ libgnunet_plugin_transport_bluetooth_init (void *cls)
1942 api->address_to_string = &bluetooth_plugin_address_to_string;; 1942 api->address_to_string = &bluetooth_plugin_address_to_string;;
1943 api->string_to_address = &bluetooth_string_to_address; 1943 api->string_to_address = &bluetooth_string_to_address;
1944 api->get_network = &bluetooth_get_network; 1944 api->get_network = &bluetooth_get_network;
1945 api->update_session_timeout = &blueooth_plugin_update_session_timeout; 1945 api->update_session_timeout = &bluetooth_plugin_update_session_timeout;
1946 1946
1947 return api; 1947 return api;
1948} 1948}