]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/fd_cmds.c
23Aug07
[bacula/bacula] / 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)) {