aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 1b2b6d0d2..138fb5080 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -470,7 +470,7 @@ struct Plugin
470 struct GNUNET_TRANSPORT_PluginEnvironment *env; 470 struct GNUNET_TRANSPORT_PluginEnvironment *env;
471 471
472 /** 472 /**
473 * Handle to helper process for priviledged operations. 473 * Handle to helper process for privileged operations.
474 */ 474 */
475 struct GNUNET_HELPER_Handle *suid_helper; 475 struct GNUNET_HELPER_Handle *suid_helper;
476 476
@@ -2262,7 +2262,7 @@ LIBGNUNET_PLUGIN_TRANSPORT_INIT (void *cls)
2262 if (NULL == env->receive) 2262 if (NULL == env->receive)
2263 { 2263 {
2264 /* run in 'stub' mode (i.e. as part of gnunet-peerinfo), don't fully 2264 /* run in 'stub' mode (i.e. as part of gnunet-peerinfo), don't fully
2265 initialze the plugin or the API */ 2265 initialize the plugin or the API */
2266 api = GNUNET_new (struct GNUNET_TRANSPORT_PluginFunctions); 2266 api = GNUNET_new (struct GNUNET_TRANSPORT_PluginFunctions);
2267 api->cls = NULL; 2267 api->cls = NULL;
2268 api->address_pretty_printer = &wlan_plugin_address_pretty_printer; 2268 api->address_pretty_printer = &wlan_plugin_address_pretty_printer;