Compile error with cups

Juergen Hasch Hasch at t-online.de
Mon Jul 23 20:09:54 GMT 2001


Am Montag, 23. Juli 2001 21:47 schrieb Juergen Hasch:

>
> For lp_printcapname() I get "/etc/printcap" instead of "cups".
> After changing the parameter "printcap name" from
> "/etc/printcap" to "cups" the functions in print_cups are
> finally called and the windows clients can see when the printer has been
> stopped.

I am finally able to stop/resume the printer queue from Windows.
There is a typo in cups_queue_pause and cups_queue_resume:
	if ((response = cupsDoRequest(http, request, "/admin")) != NULL)
should be
	if ((response = cupsDoRequest(http, request, "/admin/")) != NULL)

...Juergen




More information about the samba-technical mailing list