diff --git a/src/apptransport.c b/src/apptransport.c index a2a0f67..4484d0c 100644 --- a/src/apptransport.c +++ b/src/apptransport.c @@ -116,7 +116,6 @@ AppTransport * apptransport_new(AppTransportMode mode, if(helper != NULL) transport->helper = *helper; transport->name = string_new(name); - transport->appclient = NULL; /* initialize the plug-in helper */ _new_helper(transport, mode, event); /* load the transport plug-in */