[svn] commit: r1557 - /trunk/src/bin/auth/main.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 18 23:19:35 UTC 2010
Author: jelte
Date: Thu Mar 18 23:19:35 2010
New Revision: 1557
Log:
srv is unused in this version of run_server()
Modified:
trunk/src/bin/auth/main.cc
Modified: trunk/src/bin/auth/main.cc
==============================================================================
--- trunk/src/bin/auth/main.cc (original)
+++ trunk/src/bin/auth/main.cc Thu Mar 18 23:19:35 2010
@@ -332,7 +332,7 @@
void
run_server(const char* port, const bool use_ipv4, const bool use_ipv6,
- AuthSrv* srv)
+ AuthSrv* srv UNUSED_PARAM)
{
ServerSet servers;
short portnum = atoi(port);
More information about the bind10-changes
mailing list