From: Eric Bollengier Date: Tue, 27 Nov 2007 21:01:09 +0000 (+0000) Subject: ebl Fix compilation bug X-Git-Tag: Release-3.0.0~2195 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d40964d0719d72270cb04fff271dda9802bc7eec;p=bacula%2Fbacula ebl Fix compilation bug git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5995 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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