From: Kern Sibbald Date: Sun, 22 Jul 2007 21:45:14 +0000 (+0000) Subject: Minor runscript tweaks X-Git-Tag: Release-7.0.0~5957 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=25b2b05f3bf34658c168a836df20a811c2c8a743;p=bacula%2Fbacula Minor runscript tweaks git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5228 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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)) {