From ff5202f1467fd187de25cad97a4e2b751ae65116 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 3 May 2014 19:13:55 +0200 Subject: [PATCH] Removed useless initialization --- src/apptransport.c | 1 - 1 file changed, 1 deletion(-) 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 */