]> git.pld-linux.org Git - packages/apache.git/blob - apache-bug-40970.patch
- apr-util-ldap subpkg cames with apr-util 1.3; rel 7
[packages/apache.git] / apache-bug-40970.patch
1 --- apache/server/core.c~       2008-06-06 11:05:04.956063837 +0200
2 +++ apache/server/core.c        2008-06-06 11:11:35.201986198 +0200
3 @@ -1176,8 +1176,7 @@
4  
5      /* TODO: ap_configtestonly && ap_docrootcheck && */
6      if (apr_filepath_merge((char**)&conf->ap_document_root, NULL, arg,
7 -                           APR_FILEPATH_TRUENAME, cmd->pool) != APR_SUCCESS
8 -        || !ap_is_directory(cmd->pool, arg)) {
9 +                           APR_FILEPATH_TRUENAME, cmd->pool) != APR_SUCCESS) {
10          if (cmd->server->is_virtual) {
11              ap_log_perror(APLOG_MARK, APLOG_STARTUP, 0,
12                            cmd->pool,
This page took 0.048897 seconds and 3 git commands to generate.