1 |
--- bacula/src/dird/backup.c 2007-02-20 14:28:55.000000000 +0100 |
--- bacula/src/dird/backup.c 2007-02-20 14:28:55.000000000 +0100 |
2 |
+++ bacula.org/src/dird/backup.c 2007-02-20 14:27:54.000000000 +0100 |
+++ bacula.org/src/dird/backup.c 2007-02-20 14:27:54.000000000 +0100 |
3 |
@@ -171,18 +171,6 @@ |
@@ -384,18 +384,6 @@ |
4 |
set_jcr_job_status(jcr, JS_Running); |
jcr->setJobStatus(JS_Running); |
5 |
fd = jcr->file_bsock; |
fd = jcr->file_bsock; |
6 |
|
|
7 |
- if (!send_include_list(jcr)) { |
- if (!send_include_list(jcr)) { |
19 |
/* |
/* |
20 |
* send Storage daemon address to the File daemon |
* send Storage daemon address to the File daemon |
21 |
*/ |
*/ |
22 |
@@ -205,10 +193,24 @@ |
@@ -418,10 +406,24 @@ |
23 |
goto bail_out; |
goto bail_out; |
24 |
} |
} |
25 |
|
|