]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Use unused variable
authorAlan T. DeKok <aland@freeradius.org>
Mon, 30 Jan 2012 19:05:33 +0000 (20:05 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 30 Jan 2012 19:05:33 +0000 (20:05 +0100)
src/main/tls.c

index e26a4c0456bfe136fed59f48a9572226512a408c..9d029a8a0d6e2c587ccfc9ecb202890394d34f94 100644 (file)
@@ -1830,6 +1830,8 @@ static SSL_CTX *init_tls_ctx(fr_tls_server_conf_t *conf, int client)
 
                goto post_ca;
        }
+#else
+       client = client;        /* -Wunused */
 #endif
 
        /*