From: jongfoster Date: Sun, 16 Sep 2001 13:01:46 +0000 (+0000) Subject: Removing redundant function call that zeroed zalloc()'d memory. X-Git-Tag: v_2_9_9~81 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=69206227e248b4845fe7e6ff9fe04ce3edcf2bd6 Removing redundant function call that zeroed zalloc()'d memory. --- diff --git a/jcc.c b/jcc.c index e0813497..b3509e46 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.36 2001/09/10 10:56:15 oes Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.37 2001/09/10 11:12:24 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -33,6 +33,9 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.36 2001/09/10 10:56:15 oes Exp $"; * * Revisions : * $Log: jcc.c,v $ + * Revision 1.37 2001/09/10 11:12:24 oes + * Deleted unused variable + * * Revision 1.36 2001/09/10 10:56:15 oes * Silenced compiler warnings * @@ -1312,8 +1315,6 @@ static void listen_loop(void) continue; } - memset(csp, '\0', sizeof(*csp)); - csp->active = 1; csp->sfd = -1;