From: Eric Bollengier Date: Mon, 10 Dec 2007 17:34:05 +0000 (+0000) Subject: ebl update X-Git-Tag: Release-7.0.0~5323 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=93ea64048fae776cfbf45fc2335f864a6a907f34;p=bacula%2Fbacula ebl update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6031 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/patches/testing/clientrunaftervss.patch b/bacula/patches/testing/clientrunaftervss.patch index 5c49f8b198..fae0987b3f 100644 --- a/bacula/patches/testing/clientrunaftervss.patch +++ b/bacula/patches/testing/clientrunaftervss.patch @@ -21,7 +21,7 @@ Index: src/lib/runscript.c if (strstr(label, NT_("Before"))) { when = SCRIPT_Before; -+ } else if (bstrcmp(label, NT_("ClientRunAfterVSS"))) { ++ } else if (bstrcmp(label, NT_("ClientAfterVSS"))) { + when = SCRIPT_AfterVSS; } else { when = SCRIPT_After;