From: Arran Cudbard-Bell Date: Mon, 22 Dec 2014 04:29:36 +0000 (-0500) Subject: Correct type for type in old_server_add X-Git-Tag: release_3_0_7~424 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebb7d195d1b9f80e1489c47b1bcc21e7a175d78b;p=thirdparty%2Ffreeradius-server.git Correct type for type in old_server_add --- diff --git a/src/main/realms.c b/src/main/realms.c index ba14dfa6210..a9db1e99196 100644 --- a/src/main/realms.c +++ b/src/main/realms.c @@ -1144,7 +1144,7 @@ static int old_server_add(realm_config_t *rc, CONF_SECTION *cs, char const *realm, char const *name, char const *secret, home_pool_type_t ldflag, home_pool_t **pool_p, - int type, char const *server) + home_type_t type, char const *server) { #ifdef WITH_PROXY int i, insert_point, num_home_servers;