From: msweet Date: Tue, 9 Dec 2014 21:41:30 +0000 (+0000) Subject: ... X-Git-Tag: v2.2b1~406 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12f1eda99bc53248bdb5bf9485b9ef4341b6a499;p=thirdparty%2Fcups.git ... git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12345 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/scheduler/job.c b/scheduler/job.c index 35e3cdeb25..7887c56a08 100644 --- a/scheduler/job.c +++ b/scheduler/job.c @@ -489,7 +489,7 @@ cupsdContinueJob(cupsd_job_t *job) /* I - Job */ /* Pipes used between filters */ int envc; /* Number of environment variables */ struct stat fileinfo; /* Job file information */ - int argc; /* Number of arguments */ + int argc = 0; /* Number of arguments */ char **argv = NULL, /* Filter command-line arguments */ filename[1024], /* Job filename */ command[1024], /* Full path to command */