From: Eric Bollengier Date: Mon, 15 Dec 2008 18:41:39 +0000 (+0000) Subject: ebl update X-Git-Tag: Release-3.0.0~473 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8ed34f3abaa77dfac870cfe98251c9e45bd784fd;p=bacula%2Fbacula ebl update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8170 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/patches/testing/restore_mediatype_storage_filter.patch b/bacula/patches/testing/restore_mediatype_storage_filter.patch index 56e47f062e..e9254d5e10 100644 --- a/bacula/patches/testing/restore_mediatype_storage_filter.patch +++ b/bacula/patches/testing/restore_mediatype_storage_filter.patch @@ -110,7 +110,7 @@ Index: src/dird/ua_restore.c - + /* use a storage filter */ + if (rx->store) { /* or use storageid ? */ -+ Mmsg(temp_filter, " AND Media.StorageId='%s' ", ++ Mmsg(temp_filter, " AND Media.StorageId=%s ", + edit_int64(rx->store->StorageId, ed1)); + pm_strcat(other_filter, temp_filter.c_str()); + Dmsg2(0, "Use %s StorageId filter (%s)\n",