From c56297a48c9b9796ecaf4981b77b4f2723148e73 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 14 Aug 2015 21:59:52 +0200 Subject: [PATCH] Set home->proto for servers read from config files --- src/main/realms.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3