From 6747c3cadd23e0346b89571b65485f08dd202164 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 4 Apr 2000 15:03:15 -0700
Subject: [PATCH] oops..

Rev: src/modules/Oracle/oracle.c:1.35
---
 src/modules/Oracle/oracle.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/modules/Oracle/oracle.c b/src/modules/Oracle/oracle.c
index 59ad2f4e9a..1a53b20147 100644
--- a/src/modules/Oracle/oracle.c
+++ b/src/modules/Oracle/oracle.c
@@ -1,5 +1,5 @@
 /*
- * $Id: oracle.c,v 1.34 2000/04/04 20:37:00 hubbe Exp $
+ * $Id: oracle.c,v 1.35 2000/04/04 22:03:15 hubbe Exp $
  *
  * Pike interface to Oracle databases.
  *
@@ -41,13 +41,13 @@
 #include <oci.h>
 #include <math.h>
 
-RCSID("$Id: oracle.c,v 1.34 2000/04/04 20:37:00 hubbe Exp $");
+RCSID("$Id: oracle.c,v 1.35 2000/04/04 22:03:15 hubbe Exp $");
 
 
 #define BLOB_FETCH_CHUNK 16384
 
 #define ORACLE_DEBUG
-/* #define ORACLE_USE_THREADS*/
+#define ORACLE_USE_THREADS
 #define SERIALIZE_CONNECT
 
 #ifndef ORACLE_USE_THREADS
-- 
GitLab