diff options
| author | alee <alee@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-06-11 01:32:33 +0000 |
|---|---|---|
| committer | alee <alee@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-06-11 01:32:33 +0000 |
| commit | c2573fcbbbf791ed0deae5573745f93b51cef88e (patch) | |
| tree | 9524ecfb71ab3d9f554492949bd3bb4c708a0a85 | |
| parent | f6e925b8404423461e5f75736029fc9797d9acd5 (diff) | |
uncomment debug to fix weird timeout errors
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@582 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
| -rw-r--r-- | pki/base/tps/src/tus/tus_db.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pki/base/tps/src/tus/tus_db.c b/pki/base/tps/src/tus/tus_db.c index ade48696f..63d4958ac 100644 --- a/pki/base/tps/src/tus/tus_db.c +++ b/pki/base/tps/src/tus/tus_db.c @@ -869,7 +869,10 @@ static int tus_check_conn() int version = LDAP_VERSION3; int status = -1; -#define DEBUG_TOKENDB +/* for production, make sure this variable is not defined. + * Leaving it defined results in weird Apache SSL timeout errors */ +/*#define DEBUG_TOKENDB*/ + #ifdef DEBUG_TOKENDB debug_fd = PR_Open("/tmp/debugTUSdb.log", PR_RDWR | PR_CREATE_FILE | PR_APPEND, |
