From 38f41659de2f37d3212781200e6faaefc2f66fae Mon Sep 17 00:00:00 2001 From: tradke Date: Mon, 12 Nov 2001 23:03:56 +0000 Subject: Bugfix for announcing a redirected URL. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@139 1faa4e14-9dd3-4be0-9f0e-ffe519881164 --- src/Sockets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Sockets.c b/src/Sockets.c index be6ba6d..729e323 100644 --- a/src/Sockets.c +++ b/src/Sockets.c @@ -179,7 +179,7 @@ int HTTP_SetupServer(int which_port, int queue_size, int which_hunt) if (file) { fprintf (file, "HTTPD server started on http://%s:%lu", - hostname, httpport, hostname, httpport); + HTTP_Master (), (unsigned int) HTTP_Port (), HTTP_Master (), (unsigned int) HTTP_Port ()); fclose (file); } free (filename); -- cgit v1.2.3