diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-20 08:53:58 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-20 08:53:58 +0200 |
commit | 083d52c86199f64306f1af058b3d4771a37c342f (patch) | |
tree | b96860d90d40c7175d12f980431fc48a4e50788b /runtime/modules.c | |
parent | 8bd173f72327aa905ed1ab979b612edd5509c209 (diff) | |
download | rsyslog-083d52c86199f64306f1af058b3d4771a37c342f.tar.gz rsyslog-083d52c86199f64306f1af058b3d4771a37c342f.tar.xz rsyslog-083d52c86199f64306f1af058b3d4771a37c342f.zip |
bugfix: some error states were swapped
... in gnutls code, resulting in some hard too
understand error messages. Also genereally improved certificate
error messages a bit.
Also, added GnuTLS debugging support.
Diffstat (limited to 'runtime/modules.c')
-rw-r--r-- | runtime/modules.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/modules.c b/runtime/modules.c index 1e59a5fc..502e6525 100644 --- a/runtime/modules.c +++ b/runtime/modules.c @@ -538,10 +538,12 @@ modUnloadAndDestructAll(eModLinkType_t modLinkTypesToUnload) } # ifdef DEBUG + /* DEV DEBUG only! if(pLoadedModules != NULL) { dbgprintf("modules still loaded after module.UnloadAndDestructAll:\n"); modUsrPrintAll(); } + */ # endif RETiRet; |