]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add missing declaration of key_expiration 2114/head
authorAlejandro Perez <alex@um.es>
Thu, 9 Nov 2017 07:49:47 +0000 (08:49 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Nov 2017 07:49:47 +0000 (08:49 +0100)
The declaration was lost during manual merge. This should fix it.

src/modules/rlm_realm/trustrouter.c

index 25e79318c782105f06a0acadc027655e263e3093..1fc2b8efdaa71a919f2ee2b25e01fff34ebfdba7 100644 (file)
@@ -361,6 +361,7 @@ static home_server_t *srvr_blk_to_home_server(TALLOC_CTX *ctx,
        uint16_t port;
        char nametemp[256];
        time_t now = time(NULL);
+       struct timeval key_expiration;
 
        rad_assert(blk != NULL);
        tid_srvr_get_address(blk, &sa, &sa_len);