Thanks, David.

This fix will be in our next release (1.6.6a, I think).

-Don


David Newall wrote:
> There's a trivial fault in fax/backend/hpfax.py, whereby if no local 
> printer is found it returns a blank line instead of the no_device_found 
> message.  This causes hp-setup to be unable to setup a fax queue on 
> hosts that only use remote printers.  Attached is a patch which corrects 
> it for release 1.6.6-1.  I'm not subscribed to this list but trust that 
> it is the correct forum for reporting bugs and fixes.  Would one of you 
> kind folk please let me know if this is not the case.
> 
> 
> ------------------------------------------------------------------------
> 
> --- backend/hpfax.py  2006-06-22 02:54:16.000000000 +0930
> +++ backend/hpfax.py.new      2006-06-23 02:24:56.000000000 +0930
> @@ -127,7 +127,7 @@
>  
>      sock.close()
>  
> -    if result_code > ERROR_SUCCESS:
> +    if result_code > ERROR_SUCCESS or data == '':
>          print 'direct hpfax:/no_device_found "HPLIP Fax" "no_device_found" 
> ""'
>          sys.exit(0)
>  
> 
> 
> ------------------------------------------------------------------------
> 
> 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
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> HPLIP-Devel mailing list
> HPLIP-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hplip-devel


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
_______________________________________________
HPLIP-Devel mailing list
HPLIP-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hplip-devel

Reply via email to