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;
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.