Fix typo in previous commit.
authorAlejandro Perez <alejandro.perez.mendez@gmail.com>
Thu, 11 May 2017 16:16:20 +0000 (18:16 +0200)
committerAlejandro Perez <alejandro.perez.mendez@gmail.com>
Thu, 11 May 2017 16:16:20 +0000 (18:16 +0200)
src/modules/rlm_realm/trustrouter.c

index c3a4d9c..338fa49 100644 (file)
@@ -70,7 +70,7 @@ static fr_tls_server_conf_t *construct_tls(TIDC_INSTANCE *inst,
        char *hexbuf = NULL;
        DH *aaa_server_dh;
 
-       tls = fr_tls_server_conf_alloc(hs);
+       tls = tls_server_conf_alloc(hs);
        if (!tls) return NULL;
 
        aaa_server_dh = tid_srvr_get_dh(server);