Changeset 1606 for trunk/server/common
- Timestamp:
- Aug 26, 2010, 4:28:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/common/oursrc/httpdmods/mod_vhost_ldap.c
r1605 r1606 464 464 int sleep; 465 465 struct berval hostnamebv, shostnamebv; 466 int ret = DECLINED;467 466 468 467 if ((error = ap_init_virtual_host(r->pool, "", r->server, &server)) != NULL) { … … 674 673 675 674 /* Hack to allow post-processing by other modules (mod_rewrite, mod_alias) */ 676 return ret;675 return DECLINED; 677 676 } 678 677
Note: See TracChangeset
for help on using the changeset viewer.