From cf512bf3fe8a0fb2cdc7f72c4db4163f4e122e8f Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Mon, 5 Apr 2010 22:22:50 +0200 Subject: [PATCH] Fix typo --- 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 e9ea6abee6..8a7219e820 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, new_query, true); + mdb->num_rows = INGexec(mdb->db, query, true); if (INGcheck()) { return 0; } -- 2.39.5