]> git.sur5r.net Git - bacula/bacula/commitdiff
Send level before the fileset in estimate_cmd() like in backup()
authorEric Bollengier <eric@baculasystems.com>
Mon, 4 Jun 2012 16:12:37 +0000 (18:12 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:50 +0000 (14:50 +0200)
bacula/src/dird/ua_cmds.c

index dce289dfca67556cd5287ee171024a8694d25555..9c37032325ca16861643014c9ea446ea31a40a32 100644 (file)
@@ -1316,16 +1316,6 @@ static int estimate_cmd(UAContext *ua, const char *cmd)
       return 1;
    }
 
-   if (!send_include_list(jcr)) {
-      ua->error_msg(_("Error sending include list.\n"));
-      goto bail_out;
-   }
-
-   if (!send_exclude_list(jcr)) {
-      ua->error_msg(_("Error sending exclude list.\n"));
-      goto bail_out;
-   }
-
    /* The level string change if accurate mode is enabled */
    if (accurate >= 0) {
       jcr->accurate = accurate;
@@ -1337,6 +1327,16 @@ static int estimate_cmd(UAContext *ua, const char *cmd)
       goto bail_out;
    }
 
+   if (!send_include_list(jcr)) {
+      ua->error_msg(_("Error sending include list.\n"));
+      goto bail_out;
+   }
+
+   if (!send_exclude_list(jcr)) {
+      ua->error_msg(_("Error sending exclude list.\n"));
+      goto bail_out;
+   }
+
    /*
     * If the job is in accurate mode, we send the list of
     * all files to FD.