Changeset 1606


Ignore:
Timestamp:
Aug 26, 2010, 4:28:47 PM (14 years ago)
Author:
gdb
Message:
Remove cruft left behind by scripts's patches

TODO: rebase the cruft away
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/common/oursrc/httpdmods/mod_vhost_ldap.c

    r1605 r1606  
    464464    int sleep;
    465465    struct berval hostnamebv, shostnamebv;
    466     int ret = DECLINED;
    467466
    468467    if ((error = ap_init_virtual_host(r->pool, "", r->server, &server)) != NULL) {
     
    674673
    675674    /* Hack to allow post-processing by other modules (mod_rewrite, mod_alias) */
    676     return ret;
     675    return DECLINED;
    677676}
    678677
Note: See TracChangeset for help on using the changeset viewer.