[Date Prev][Date Next] [Chronological] [Thread] [Top]

in /servers/slapd/config.c(openLDAP version 2.0.9) (ITS#1167)



 hi:

I install openLDAP-2.0.9. When i run 'make' instruction to compile the
files, there is an error message: in function read_config, 'rc'
--undefind variable. So i modify the config.c code as follow:

in function read_config() line 62-64 :

old code is:
#ifdef HAVE_TLS
 int rc;
#endif

new code is :

int rc;

Then 'make' file again. NO error message. 'make test' is successful.

Would u please me tell me whether my change is right?


Thanks

Jia Liu