From d40964d0719d72270cb04fff271dda9802bc7eec Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 27 Nov 2007 21:01:09 +0000 Subject: [PATCH] ebl Fix compilation bug git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5995 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/patches/testing/clientrunaftervss.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/patches/testing/clientrunaftervss.patch b/bacula/patches/testing/clientrunaftervss.patch index c057b81d7e..5c49f8b198 100644 --- a/bacula/patches/testing/clientrunaftervss.patch +++ b/bacula/patches/testing/clientrunaftervss.patch @@ -66,7 +66,7 @@ Index: src/filed/job.c berrno be; Jmsg(jcr, M_WARNING, 0, _("VSS was not initialized properly. VSS support is disabled. ERR=%s\n"), be.bstrerror()); } -+ script->run(jcr, "ClientRunAfterVSS"); ++ run_scripts(jcr, jcr->RunScripts, "ClientAfterVSS"); } #endif -- 2.39.5