From 25b2b05f3bf34658c168a836df20a811c2c8a743 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 22 Jul 2007 21:45:14 +0000 Subject: [PATCH] Minor runscript tweaks git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5228 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/dird/fd_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/dird/fd_cmds.c b/bacula/src/dird/fd_cmds.c index 8f69433167..2e9e3e5014 100644 --- a/bacula/src/dird/fd_cmds.c +++ b/bacula/src/dird/fd_cmds.c @@ -568,7 +568,7 @@ int send_runscripts_commands(JCR *jcr) } } - /* We tell to the FD that i can execute commands (ie ClientRunBeforeJob) */ + /* Tell the FD to execute the ClientRunBeforeJob */ if (launch_before_cmd) { bnet_fsend(fd, runbeforenow); if (!response(jcr, fd, OKRunBeforeNow, "RunBeforeNow", DISPLAY_ERROR)) { -- 2.39.5