diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2013-12-18 13:26:27 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2013-12-18 13:26:27 +0000 |
commit | e85f3c49ff318af847a3bbd97571ce25b0ae2752 (patch) | |
tree | 90be99e55c831fcdbd9545bec145fdf672d565b9 /src/transport/plugin_transport_bluetooth.c | |
parent | 3d0126a5abcd82af3993a586db26fe145e2de858 (diff) |
fix for bt plugin and set nonce to 0
Diffstat (limited to 'src/transport/plugin_transport_bluetooth.c')
-rw-r--r-- | src/transport/plugin_transport_bluetooth.c | 2 |
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) api->address_to_string = &bluetooth_plugin_address_to_string;; api->string_to_address = &bluetooth_string_to_address; api->get_network = &bluetooth_get_network; - api->update_session_timeout = &blueooth_plugin_update_session_timeout; + api->update_session_timeout = &bluetooth_plugin_update_session_timeout; return api; } |