Hi Kern,

Please find attached my patch that fixes Bacula bug 1016.  Scott Simpson
has tested the patch and reports that it fixes the issue for him. I
haven't been able to test myself at present because I am quite happily
using 2.2.0 with DVD writing.

If other DVD writing bugs arise I'll gladly take a look at them although
currently I am only managing to read the bacula mailing lists once a
week or less at present.

Note. Neither Scott or myself can attach the patch to the bug so I am
sending it directly to you.

Regards

Richard

On Wed, 2007-11-28 at 11:54 -0800, Scott Simpson wrote:
> Unfortunately the bug report is "closed" so I don't think I can attach
> the patch anymore. Perhaps someone should send him the patch
> (Richard?).
>      Scott

-- 
Richard Mortimer <[EMAIL PROTECTED]>
Index: src/stored/dev.c
===================================================================
--- src/stored/dev.c	(revision 5996)
+++ src/stored/dev.c	(working copy)
@@ -1856,7 +1856,7 @@
    /* Clean up device packet so it can be reused */
    clear_opened();
    state &= ~(ST_LABEL|ST_READ|ST_APPEND|ST_EOT|ST_WEOT|ST_EOF|
-              ST_MOUNTED|ST_MEDIA|ST_SHORT|ST_FREESPACE_OK|ST_PART_SPOOLED);
+              ST_MOUNTED|ST_MEDIA|ST_SHORT);
    label_type = B_BACULA_LABEL;
    file = block_num = 0;
    file_size = 0;
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to