diff options
author | Nokis Mavrogiannopoulos | 2008-03-03 14:04:01 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2008-03-03 14:04:01 +0000 |
commit | 9b5f7b906208c1ccc7469aae6aada611ca010e07 (patch) | |
tree | 6a32b9c486e92bd3cbaefea3f248ef325e972177 /src/mod_gnutls.c | |
parent | 4149b4f93e99e5134c1599cc1c2fb4a0603e2007 (diff) |
corrected SRP enable flag, and corrected the DBM hook support. It now free data needed by some DBM providers.
Diffstat (limited to 'src/mod_gnutls.c')
-rw-r--r-- | src/mod_gnutls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_gnutls.c b/src/mod_gnutls.c index 5207641..08e7dba 100644 --- a/src/mod_gnutls.c +++ b/src/mod_gnutls.c | |||
@@ -17,7 +17,6 @@ | |||
17 | 17 | ||
18 | #include "mod_gnutls.h" | 18 | #include "mod_gnutls.h" |
19 | 19 | ||
20 | |||
21 | static void gnutls_hooks(apr_pool_t * p) | 20 | static void gnutls_hooks(apr_pool_t * p) |
22 | { | 21 | { |
23 | ap_hook_pre_connection(mgs_hook_pre_connection, NULL, NULL, | 22 | ap_hook_pre_connection(mgs_hook_pre_connection, NULL, NULL, |