]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/admin.c
Merge changes from CUPS 1.4svn-r8628.
[thirdparty/cups.git] / cgi-bin / admin.c
index 9c3e67a8aabd78ab86a0f6c7de84ad8e4e5336a3..f0812c81ae55f2e67138a172457dae77aecb3465 100644 (file)
@@ -1084,6 +1084,8 @@ do_am_printer(http_t *http,               /* I - HTTP connection */
 
       if (get_status != HTTP_OK)
       {
+        httpFlush(http);
+
         fprintf(stderr, "ERROR: Unable to get PPD file %s: %d - %s\n",
                uri, get_status, httpStatus(get_status));
       }