Changeset 60868d2 in mod_gnutls for src/gnutls_config.c
- Timestamp:
- Sep 30, 2018, 6:04:48 AM (2 years ago)
- Branches:
- asyncio, debian/master, master, proxy-ticket
- Children:
- 0d7660d
- Parents:
- bd1d8d3
- git-author:
- Fiona Klute <fiona.klute@…> (09/30/18 05:43:44)
- git-committer:
- Fiona Klute <fiona.klute@…> (09/30/18 06:04:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_config.c
rbd1d8d3 r60868d2 143 143 } 144 144 145 if (sc->priorities) 145 /* Deinit server priorities only if set from 146 * sc->priorities_str. Otherwise the server is using the default 147 * global priority cache, which must not be deinitialized here. */ 148 if (sc->priorities_str && sc->priorities) 146 149 { 147 150 gnutls_priority_deinit(sc->priorities);
Note: See TracChangeset
for help on using the changeset viewer.