Removed useless initialization

This commit is contained in:
Pierre Pronchery 2014-05-03 19:13:55 +02:00
parent 56ab5556ef
commit ff5202f146

View File

@ -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 */