Parcourir la 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 il y a 15 ans
Parent
commit
3489841c4b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/auth/main.cc

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

@@ -332,7 +332,7 @@ struct ServerSet {
 
 
 void
 void
 run_server(const char* port, const bool use_ipv4, const bool use_ipv6,
 run_server(const char* port, const bool use_ipv4, const bool use_ipv6,
-           AuthSrv* srv)
+           AuthSrv* srv UNUSED_PARAM)
 {
 {
     ServerSet servers;
     ServerSet servers;
     short portnum = atoi(port);
     short portnum = atoi(port);