Browse Source

srv is unused in this version of run_server()

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1557 e5f2f494-b856-4b98-b285-d166d9295462
Jelte Jansen 15 years ago
parent
commit
3489841c4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/auth/main.cc

+ 1 - 1
src/bin/auth/main.cc

@@ -332,7 +332,7 @@ struct ServerSet {
 
 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);