fix non-zlib case

This commit is contained in:
Todd C. Miller
2009-10-24 13:16:40 +00:00
parent 470d3a1925
commit 50f5d55163

View File

@@ -373,7 +373,7 @@ script_execv(path, argv)
#ifdef HAVE_ZLIB
gzFile ofile, tfile;
#else
FILE *idfile, *ofile, *tfile;
FILE *ofile, *tfile;
#endif
int rbac_enabled = 0;