]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/fd_cmds.c
Mult Vols + fix restore hard links + file permissions
[bacula/bacula] / bacula / src / stored / fd_cmds.c
index ed1180c1537b3604aacfaaa0f7ceef3ad0732e97..84c52b5e4ddbb04de4a46bffb0f86e464a8f0fd9 100644 (file)
@@ -11,7 +11,7 @@
  * 
  */
 /*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Copyright (C) 2000-2003 Kern Sibbald and John Walker
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -176,6 +176,7 @@ static int append_data_cmd(JCR *jcr)
         jcr->JobType = JT_BACKUP;
         return 1;
       } else {
+        bnet_suppress_error_messages(fd, 1); /* ignore errors at this point */
         bnet_fsend(fd, ERROR_append);
         return 0;
       }