Fix make test

This commit is contained in:
brenosilva
2011-04-12 14:22:36 +00:00
parent 6ea5cba17b
commit ba651304d6
5 changed files with 151 additions and 167 deletions

View File

@@ -92,7 +92,7 @@ int gsb_mal_init(directory_config *dcfg, const char *dbfn, char **error_msg)
if ((dcfg->gsb == NULL) || (dcfg->gsb == NOT_SET_P)) {
dcfg->gsb = apr_pcalloc(dcfg->mp, sizeof(gsb_db));
if (dcfg->gsb == NULL) {
ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL, "GSB 0 : %p",dcfg->gsb);
return -1;
}
}