From 308e02750826420c7b0ba339b5ce487684fed960 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 13:32:38 -0700
Subject: [PATCH] oops..

Rev: src/modules/Oracle/oracle.c:1.33
---
 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 c6e21e56a2..d34e0c55a1 100644
--- a/src/modules/Oracle/oracle.c
+++ b/src/modules/Oracle/oracle.c
@@ -1,5 +1,5 @@
 /*
- * $Id: oracle.c,v 1.32 2000/04/04 20:31:50 hubbe Exp $
+ * $Id: oracle.c,v 1.33 2000/04/04 20:32:38 hubbe Exp $
  *
  * Pike interface to Oracle databases.
  *
@@ -41,12 +41,12 @@
 #include <oci.h>
 #include <math.h>
 
-RCSID("$Id: oracle.c,v 1.32 2000/04/04 20:31:50 hubbe Exp $");
+RCSID("$Id: oracle.c,v 1.33 2000/04/04 20:32:38 hubbe Exp $");
 
 
 #define BLOB_FETCH_CHUNK 16384
 
-#define ORACLE_DEBUG
+/* #define ORACLE_DEBUG */
 #define ORACLE_USE_THREADS
 #define SERIALIZE_CONNECT
 
-- 
GitLab