summaryrefslogtreecommitdiff
path: root/scheduler/client.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-09-14 02:27:22 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-09-14 02:27:22 +0000
commitdb1f069b7f02a8e17a9e4abf8f182530b882c6c9 (patch)
tree9d1371a56b0ef8f51d62db6ebfe74e5a8534ffe5 /scheduler/client.h
parent76cd9e37aaf496aab887d499f4917b60e91d6d25 (diff)
downloadcups-db1f069b7f02a8e17a9e4abf8f182530b882c6c9.tar.gz
Merge changes from CUPS 1.3.1.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@470 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/client.h')
-rw-r--r--scheduler/client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/scheduler/client.h b/scheduler/client.h
index f3c0f3a32..baeef5f65 100644
--- a/scheduler/client.h
+++ b/scheduler/client.h
@@ -1,5 +1,5 @@
/*
- * "$Id: client.h 6758 2007-08-02 00:13:44Z mike $"
+ * "$Id: client.h 6949 2007-09-12 21:33:23Z mike $"
*
* Client definitions for the Common UNIX Printing System (CUPS) scheduler.
*
@@ -30,7 +30,7 @@ struct cupsd_client_s
time_t start; /* Request start time */
http_state_t operation; /* Request operation */
off_t bytes; /* Bytes transferred for this request */
- char username[33], /* Username from Authorization: line */
+ char username[256], /* Username from Authorization: line */
password[33], /* Password from Authorization: line */
uri[HTTP_MAX_URI],
/* Localized URL/URI for GET/PUT */
@@ -131,5 +131,5 @@ extern void cupsdWriteClient(cupsd_client_t *con);
/*
- * End of "$Id: client.h 6758 2007-08-02 00:13:44Z mike $".
+ * End of "$Id: client.h 6949 2007-09-12 21:33:23Z mike $".
*/