aboutsummaryrefslogtreecommitdiff
path: root/src/Sockets.c
diff options
context:
space:
mode:
authorjshalf <jshalf@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2002-01-30 19:48:56 +0000
committerjshalf <jshalf@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2002-01-30 19:48:56 +0000
commit25248090dba6b3121ee822594cc28d8ee18092e5 (patch)
treea7fa3cd6b5da3abe48a426d335b9d9b4e901cc32 /src/Sockets.c
parent521cc3d05a5c150bb9d4df70b2ac684e8dbfaef5 (diff)
Minor mods to announce selected http port number when
hunting is on. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@152 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/Sockets.c')
-rw-r--r--src/Sockets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Sockets.c b/src/Sockets.c
index 38a5ced..0eebf89 100644
--- a/src/Sockets.c
+++ b/src/Sockets.c
@@ -175,7 +175,7 @@ int HTTP_SetupServer(int port, int queue_size, int hunt)
signal(SIGPIPE,SIG_IGN);
#endif
- return 0;
+ return httpport; /* return the actual port here */
}
/*@@