]> git.sur5r.net Git - bacula/bacula/commitdiff
More tweaks to the .mod command
authorKern Sibbald <kern@sibbald.com>
Thu, 17 May 2007 11:54:12 +0000 (11:54 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 17 May 2007 11:54:12 +0000 (11:54 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4810 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/ua_run.c

index 017226873bdd5b2ba432def2209ef70f7776b70f..7d5844cf8649e85813484a8d0411702bd551f300 100644 (file)
@@ -244,7 +244,8 @@ try_again:
       goto bail_out;
    }
 
-   if (ua->cmd[0] == '.' && strncasecmp(ua->cmd, ".mod ", 5) == 0) {
+   if (strncasecmp(ua->cmd, ".mod ", 5) == 0 || 
+       (strncasecmp(ua->cmd, "mod ", 4) == 0 && strlen(ua->cmd) > 6)) {
       Dmsg1(000, "got: %s\n", ua->cmd);
       parse_ua_args(ua);
       rc.mod = true;