From: Eric Bollengier Date: Mon, 2 Apr 2007 15:06:42 +0000 (+0000) Subject: ebl fix escape bug X-Git-Tag: Release-7.0.0~6631 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c28ca71042bd2c88c98454697685c992eb978df6;p=bacula%2Fbacula ebl fix escape bug git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4495 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/postgresql.c b/bacula/src/cats/postgresql.c index 13c7b2f38b..756377afcf 100644 --- a/bacula/src/cats/postgresql.c +++ b/bacula/src/cats/postgresql.c @@ -635,8 +635,8 @@ int my_postgresql_batch_insert(JCR *jcr, B_DB *mdb, ATTR_DBR *ar) } len = Mmsg(mdb->cmd, "%u\t%s\t%s\t%s\t%s\t%s\n", - ar->FileIndex, edit_int64(ar->JobId, ed1), mdb->path, - mdb->fname, ar->attr, digest); + ar->FileIndex, edit_int64(ar->JobId, ed1), mdb->esc_name, + mdb->esc_name2, ar->attr, digest); do { res = PQputCopyData(mdb->db,