From: msweet Date: Fri, 27 Sep 2013 14:09:25 +0000 (+0000) Subject: Mirror fix from trunk. X-Git-Tag: release-1.7.0~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60c3ee049968f7354c8414fa40b6c202fd788e69;p=thirdparty%2Fcups.git Mirror fix from trunk. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.7@11308 a1ca3aef-8c08-0410-bb20-df032aa958be --- diff --git a/scheduler/client.c b/scheduler/client.c index 01d620f60e..fc8946a158 100644 --- a/scheduler/client.c +++ b/scheduler/client.c @@ -1905,7 +1905,7 @@ cupsdReadClient(cupsd_client_t *con) /* I - Client to read from */ } else if (!WebInterface) { - if (!cupsdSendHeader(con, HTTP_OK, line, CUPSD_AUTH_NONE)) + if (!cupsdSendHeader(con, HTTP_OK, NULL, CUPSD_AUTH_NONE)) { cupsdCloseClient(con); return;