]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror 1.1.x changes.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 9 May 2003 16:10:38 +0000 (16:10 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 9 May 2003 16:10:38 +0000 (16:10 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3698 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/client.c

index 043cdfbdf179e0d0db3a12a87f38d7f6f64ed19b..2c78bbfcd7e49d0706273506315afa459af59151 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: client.c,v 1.91.2.59 2003/05/09 16:06:45 mike Exp $"
+ * "$Id: client.c,v 1.91.2.60 2003/05/09 16:10:38 mike Exp $"
  *
  *   Client routines for the Common UNIX Printing System (CUPS) scheduler.
  *
@@ -1872,10 +1872,10 @@ ReadClient(client_t *con)       /* I - Client to read from */
              }
            }
          }
-      else if (con->http.state == HTTP_POST_RECV)
-      {
-        return (0);
-      }
+         else if (con->http.state == HTTP_POST_RECV)
+         {
+            return (0);
+         }
          else if (con->http.state != HTTP_POST_SEND)
          {
            CloseClient(con);
@@ -3348,5 +3348,5 @@ CDSAWriteFunc(SSLConnectionRef connection,        /* I  - SSL/TLS connection */
 
 
 /*
- * End of "$Id: client.c,v 1.91.2.59 2003/05/09 16:06:45 mike Exp $".
+ * End of "$Id: client.c,v 1.91.2.60 2003/05/09 16:10:38 mike Exp $".
  */