]> git.sur5r.net Git - bacula/bacula/commitdiff
Minor runscript tweaks
authorKern Sibbald <kern@sibbald.com>
Sun, 22 Jul 2007 21:45:14 +0000 (21:45 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 22 Jul 2007 21:45:14 +0000 (21:45 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5228 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/fd_cmds.c

index 8f69433167312a37f0f3fa5e755e6036f94e79a6..2e9e3e50148f4e4cd2c78b4dfdf15b71fa829020 100644 (file)
@@ -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)) {