summaryrefslogtreecommitdiff
path: root/cups/testhttp.c
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-03-08 00:32:35 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-03-08 00:32:35 +0000
commit757d2cad8f3f75c420ad2e462b787cd9cf8a7a62 (patch)
treee68a780d9afd61caedc6c56da5fc029000e80835 /cups/testhttp.c
parent4744bd907e6750c26bba4354d986e342406147ca (diff)
downloadcups-757d2cad8f3f75c420ad2e462b787cd9cf8a7a62.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@80 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/testhttp.c')
-rw-r--r--cups/testhttp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cups/testhttp.c b/cups/testhttp.c
index 71b8709f9..3fcffc659 100644
--- a/cups/testhttp.c
+++ b/cups/testhttp.c
@@ -1,5 +1,5 @@
/*
- * "$Id: testhttp.c 5023 2006-01-29 14:39:44Z mike $"
+ * "$Id: testhttp.c 5235 2006-03-06 13:02:23Z mike $"
*
* HTTP test program for the Common UNIX Printing System (CUPS).
*
@@ -290,7 +290,7 @@ main(int argc, /* I - Number of command-line arguments */
fputs("httpGetHostname(): ", stdout);
- if (httpGetHostname(hostname, sizeof(hostname)))
+ if (httpGetHostname(NULL, hostname, sizeof(hostname)))
printf("PASS (%s)\n", hostname);
else
{
@@ -515,5 +515,5 @@ main(int argc, /* I - Number of command-line arguments */
/*
- * End of "$Id: testhttp.c 5023 2006-01-29 14:39:44Z mike $".
+ * End of "$Id: testhttp.c 5235 2006-03-06 13:02:23Z mike $".
*/