Changeset 5342265 in mod_gnutls
- Timestamp:
- Jan 27, 2015, 3:38:35 AM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- c1ef069
- Parents:
- 07d548d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
r07d548d r5342265 620 620 #endif 621 621 622 mgs_srvconf_rec *mgs_find_sni_server(gnutls_session_t session) { 622 mgs_srvconf_rec *mgs_find_sni_server(gnutls_session_t session) 623 { 623 624 int rv; 624 625 unsigned int sni_type; … … 671 672 672 673 tsc = (mgs_srvconf_rec *) ap_get_module_config(s->module_config, 673 &gnutls_module);674 &gnutls_module); 674 675 675 676 if (tsc->enabled != GNUTLS_ENABLED_TRUE) { continue; } 676 677 677 if(check_server_aliases(x, s, tsc)) { 678 return tsc; 679 } 678 if(check_server_aliases(x, s, tsc)) { 679 return tsc; 680 } 681 } 680 682 #endif 681 683 return NULL;
Note: See TracChangeset
for help on using the changeset viewer.