mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-14 19:04:21 -05:00
Take rc out from #ifdef
This commit is contained in:
parent
5fb80ea565
commit
8360b4396f
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue