]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak myingres.c so it build only when HAVE_INGRES
authorKern Sibbald <kern@sibbald.com>
Fri, 6 Nov 2009 20:56:18 +0000 (21:56 +0100)
committerKern Sibbald <kern@sibbald.com>
Mon, 4 Jan 2010 11:42:45 +0000 (12:42 +0100)
bacula/src/cats/myingres.c

index 17e5ffc9bb5153000548f14cfc1978b2511affbb..16792f735c29778ec7a81fbca0598d6e73097968 100644 (file)
@@ -9,8 +9,6 @@
 extern IISQLCA sqlca;   /* SQL Communications Area */
 #include <eqsqlda.h>
 
-
-
 #include "myingres.h"
 #define INGRES_DEBUG 0
 #define DEBB(x) if (INGRES_DEBUG >= x) {
@@ -230,6 +228,7 @@ void INGfreeRowSpace(ING_ROW *row, IISQLDA *sqlda)
     int i;
     if (row == NULL || sqlda == NULL)
     {
+        printf("INGfreeRowSpace: one argument is NULL!\n");
         return;
     }
     for ( i = 0 ; i < sqlda->sqld ; ++i )