]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak: add sqlite3 FIXME
authorKern Sibbald <kern@sibbald.com>
Sun, 7 Mar 2010 07:41:26 +0000 (08:41 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:37 +0000 (16:49 +0200)
bacula/src/cats/sqlite.c

index 79d586864f4f6aca843403536b61c7017160e5fd..81a5c516611b5bf2396096176f31792675186e74 100644 (file)
@@ -454,6 +454,9 @@ void my_sqlite_field_seek(B_DB *mdb, int field)
       mdb->fields = (SQL_FIELD **)malloc(sizeof(SQL_FIELD) * mdb->ncolumn);
       for (i=0; i < sql_num_fields(mdb); i++) {
          mdb->fields[i] = (SQL_FIELD *)malloc(sizeof(SQL_FIELD));
+         /* ***FIXME***  it seems to me that this is wrong
+          *   fields has lots of items
+          */
          if (mdb->result[i] == NULL) {
             mdb->fields_defined = false;
             free(mdb->fields);