From ac33c2f07b03574df7b4214335ba58415f2381bd Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 15 Dec 2008 18:41:39 +0000 Subject: [PATCH] ebl update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8170 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/patches/testing/restore_mediatype_storage_filter.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.39.5