]> git.sur5r.net Git - openldap/blobdiff - libraries/liblber/options.c
Fix text2time to handle 4 digit years. Fix YEAR() to handle
[openldap] / libraries / liblber / options.c
index 5e882dbeb301ba84b3f696960b654e00e71c9242..6bdacc6bfcd4943fe0c6d93528901ae7341df82e 100644 (file)
@@ -73,9 +73,7 @@ lber_set_option(
                        return LBER_OPT_SUCCESS;
 
                } else if(option == LBER_OPT_LOG_PRINT_FN) {
-                       extern BER_LOG_PRINT_FN lber_log_print;
-
-                       lber_log_print = (BER_LOG_PRINT_FN) invalue;
+                       lber_pvt_log_print = (BER_LOG_PRINT_FN) invalue;
                        return LBER_OPT_SUCCESS;
                }