Changeset 2226711 in mod_gnutls


Ignore:
Timestamp:
Dec 2, 2007, 6:16:09 PM (15 years ago)
Author:
Nokis Mavrogiannopoulos <nmav@…>
Branches:
asyncio, debian/master, debian/stretch-backports, jessie-backports, main, master, msva, proxy-ticket, upstream
Children:
a3c97d1
Parents:
d786d75
git-author:
Nikos Mavrogiannopoulos <nmav@…> (12/02/07 18:16:09)
git-committer:
Nokis Mavrogiannopoulos <nmav@…> (12/02/07 18:16:09)
Message:

report the missing GnuTLSPriorities for the gnutls enabled hosts only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/gnutls_hooks.c

    rd786d75 r2226711  
    362362
    363363            /* Check if the priorities have been set */
    364             if (sc->priorities == NULL) {
     364            if (sc->priorities == NULL && sc->enabled == GNUTLS_ENABLED_TRUE) {
    365365                ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, s,
    366366                     "GnuTLS: Host '%s:%d' is missing the GnuTLSPriorities directive!",
Note: See TracChangeset for help on using the changeset viewer.