Changeset 679 for server/common


Ignore:
Timestamp:
Mar 7, 2008, 5:07:42 AM (16 years ago)
Author:
andersk
Message:
Skip to the fallback vhost for hostname == NULL.
File:
1 edited

Legend:

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

    r675 r679  
    484484
    485485    hostname = r->hostname;
     486    if (hostname == NULL)
     487        goto null;
    486488
    487489fallback:
     
    519521            goto fallback;
    520522        }
     523
     524    null:
    521525        if (conf->fallback && (is_fallback++ <= 0)) {
    522526            ap_log_rerror(APLOG_MARK, APLOG_NOTICE|APLOG_NOERRNO, 0, r,
Note: See TracChangeset for help on using the changeset viewer.