Take rc out from #ifdef

This commit is contained in:
Kurt Zeilenga 2001-05-20 17:39:32 +00:00
parent 5fb80ea565
commit 8360b4396f

View File

@ -65,9 +65,7 @@ read_config( const char *fname )
int cargc, savelineno;
char *cargv[MAXARGS+1];
int lineno, i;
#ifdef HAVE_TLS
int rc;
#endif
struct berval *vals[2];
struct berval val;