On Tuesday 25 April 2006 16:52, Rudolf Cejka wrote:
> Kern Sibbald wrote (2006/01/19):
> > > --- src/dird/ua_label.c.orig      Thu Jan 19 10:05:21 2006
> > > +++ src/dird/ua_label.c   Thu Jan 19 10:07:50 2006
> > > @@ -305,7 +305,9 @@
> > >     }
> > >
> > >     if (!relabel && (i=find_arg_keyword(ua, barcode_keyword)) >= 0) {
> > > -      *ua->argk[i] = 0;      /* zap barcode keyword */
> > > +      i = find_arg(ua, barcode_keyword[i]);
> > > +      if (i > 0)
> > > +         *ua->argk[i] = 0;      /* zap barcode keyword */
> > >        label_barcodes = true;
> > >     }
> >
> > I have, however, applied your patch, and will most likely release a
> > 1.38.5 ...
>
> Hello, did you really applied the patch above? I'm looking even in 1.38.8
> and still could not find it in ua_label.c.

Yes, I did add it, but somehow it got lost. Strange. That rarely happens.

Anyway, I have added it back, and it is now committed, so unlikely to get lost 
again.  Thanks for checking this, and sorry for the confusion on my part.

-- 
Best regards,

Kern

  (">
  /\
  V_V


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to