From 3cb48b3e6eb7fdabf1d2ac23c8fb0dafba99de99 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 10 Apr 2010 12:15:18 +0200 Subject: [PATCH] Revert "Fix typo" This reverts commit cf512bf3fe8a0fb2cdc7f72c4db4163f4e122e8f. --- bacula/src/cats/ingres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/cats/ingres.c b/bacula/src/cats/ingres.c index 8a7219e820..e9ea6abee6 100755 --- a/bacula/src/cats/ingres.c +++ b/bacula/src/cats/ingres.c @@ -683,7 +683,7 @@ int my_ingres_insert_id(B_DB *mdb, const char *query, const char *table_name) * mdb->transaction is false. This way its an atomic operation for * Ingres and things work. */ - mdb->num_rows = INGexec(mdb->db, query, true); + mdb->num_rows = INGexec(mdb->db, new_query, true); if (INGcheck()) { return 0; } -- 2.39.5