svn commit: samba r16648 - in branches/SAMBA_3_0/source/printing: .

jra at samba.org jra at samba.org
Wed Jun 28 21:35:50 GMT 2006


Author: jra
Date: 2006-06-28 21:35:46 +0000 (Wed, 28 Jun 2006)
New Revision: 16648

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16648

Log:
Fix bug #3889 reported by jason at ncac.gwu.edu.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/printing/printing.c


Changeset:
Modified: branches/SAMBA_3_0/source/printing/printing.c
===================================================================
--- branches/SAMBA_3_0/source/printing/printing.c	2006-06-28 21:35:42 UTC (rev 16647)
+++ branches/SAMBA_3_0/source/printing/printing.c	2006-06-28 21:35:46 UTC (rev 16648)
@@ -1370,7 +1370,7 @@
 	}
 
 	print_queue_update_with_lock(sharename, 
-		get_printer_fns_from_type(printing_type),
+		get_printer_fns_from_type((enum printing_types)printing_type),
 		lpqcommand, lprmcommand );
 
 	return;



More information about the samba-cvs mailing list