On 2/8/06, Josef Wolf <[EMAIL PROTECTED]> wrote: > On Mon, Feb 06, 2006 at 09:38:15AM -0800, Paddy Sreenivasan wrote: > > > I have filed a bug in sourceforge bugtracker for this problem. > > http://sourceforge.net/tracker/index.php?func=detail&aid=1425436&group_id=120&atid=100120 > > Ian Turner proposed a fix to this problem. I'd like to go and test it. > But I am not sure whether I correctly understand the proposal. Is the > following the proposed fix?
Yes. Please add test results to the bug tracker. Thanks, Paddy > > --- server-src/driver.c 1 Feb 2006 11:49:37 -0000 1.158 > +++ server-src/driver.c 8 Feb 2006 16:21:14 -0000 > @@ -1086,7 +1086,7 @@ > sched(dp)->act_size -= atoi(result_argv[3]); > if (sched(dp)->act_size < tape_left) tape_left -= sched(dp)->act_size; > else tape_length = 0; > - > + break; > case TAPE_ERROR: /* TAPE-ERROR <handle> <err mess> */ > dp = serial2disk(result_argv[2]); > free_serial(result_argv[2]); > -- Amanda documentation: http://wiki.zmanda.com Amanda forums: http://forums.zmanda.com
