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.

???

-- 
Rudolf Cejka <cejkar at fit.vutbr.cz> http://www.fit.vutbr.cz/~cejkar
Brno University of Technology, Faculty of Information Technology
Bozetechova 2, 612 66  Brno, Czech Republic


-------------------------------------------------------
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