winspool: Don't assume that CUPS is available.

This commit is contained in:
Huw Davies 2012-07-09 13:28:32 +01:00 committed by Alexandre Julliard
parent 32fa9db888
commit c4457ec191
1 changed files with 2 additions and 0 deletions

View File

@ -801,6 +801,8 @@ static http_status_t cupsGetPPD3_wrapper( http_t *http, const char *name,
if (pcupsGetPPD3) return pcupsGetPPD3( http, name, modtime, buffer, bufsize );
if (!pcupsGetPPD) return HTTP_NOT_FOUND;
TRACE( "No cupsGetPPD3 implementation, so calling cupsGetPPD\n" );
*modtime = 0;