From: Alan T. DeKok Date: Fri, 14 Aug 2015 19:59:52 +0000 (+0200) Subject: Set home->proto for servers read from config files X-Git-Tag: release_3_0_10~238 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c56297a48c9b9796ecaf4981b77b4f2723148e73;p=thirdparty%2Ffreeradius-server.git Set home->proto for servers read from config files --- diff --git a/src/main/realms.c b/src/main/realms.c index e58e78e707..0a657288a6 100644 --- a/src/main/realms.c +++ b/src/main/realms.c @@ -578,6 +578,7 @@ home_server_t *home_server_afrom_cs(TALLOC_CTX *ctx, realm_config_t *rc, CONF_SE home->log_name = talloc_typed_strdup(home, home->name); home->cs = cs; home->state = HOME_STATE_UNKNOWN; + home->proto = IPPROTO_UDP; /* * Parse the configuration into the home server