From: Marco van Wieringen Date: Mon, 5 Apr 2010 20:22:50 +0000 (+0200) Subject: Fix typo X-Git-Tag: Release-5.0.2~95 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cf512bf3fe8a0fb2cdc7f72c4db4163f4e122e8f;p=bacula%2Fbacula Fix typo --- 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; }