/*
- * "$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.
*
}
}
}
- 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);
/*
- * 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 $".
*/