Changeset 679 for server/common/oursrc/httpdmods/mod_vhost_ldap.c
- Timestamp:
- Mar 7, 2008, 5:07:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/oursrc/httpdmods/mod_vhost_ldap.c
r675 r679 484 484 485 485 hostname = r->hostname; 486 if (hostname == NULL) 487 goto null; 486 488 487 489 fallback: … … 519 521 goto fallback; 520 522 } 523 524 null: 521 525 if (conf->fallback && (is_fallback++ <= 0)) { 522 526 ap_log_rerror(APLOG_MARK, APLOG_NOTICE|APLOG_NOERRNO, 0, r,
Note: See TracChangeset
for help on using the changeset viewer.