]> andersk Git - mod-vhost-ldap.git/blobdiff - mod_vhost_ldap.c
Fix another fastcgi related bug, create and release first stable version
[mod-vhost-ldap.git] / mod_vhost_ldap.c
index cdfe89ca2e3fc7047762ed54574c85793493a4c4..ff8a61d73248d79c2f3c660cf7ceea4d587ff481 100644 (file)
@@ -540,10 +540,10 @@ fallback:
        return DECLINED;
     }
 
-    r->server->server_hostname = apr_pstrdup (top->pool, reqc->name);
+    top->server->server_hostname = apr_pstrdup (top->pool, reqc->name);
 
     if (reqc->admin) {
-       r->server->server_admin = apr_pstrdup (top->pool, reqc->admin);
+       top->server->server_admin = apr_pstrdup (top->pool, reqc->admin);
     }
 
     // set environment variables
This page took 0.206264 seconds and 4 git commands to generate.