From: Alan T. DeKok Date: Mon, 5 Apr 2021 13:06:17 +0000 (-0400) Subject: typo fixes from Vadim X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=735a6a0ad7b9b7988085a8dd1911e132f27d2766;p=thirdparty%2Ffreeradius-server.git typo fixes from Vadim --- diff --git a/src/main/listen.c b/src/main/listen.c index aa33ddbe64..7aa539d1ef 100644 --- a/src/main/listen.c +++ b/src/main/listen.c @@ -3081,7 +3081,7 @@ static const FR_NAME_NUMBER listen_compare[] = { #ifdef WITH_ACCOUNTING { "acct", RAD_LISTEN_ACCT }, { "auth+acct", RAD_LISTEN_AUTH }, -#ifdef WITH_COA__TUNNEL +#ifdef WITH_COA_TUNNEL { "auth+acct+coa", RAD_LISTEN_AUTH }, #endif #endif @@ -3732,9 +3732,9 @@ static void coa_key_free(void *data) { coa_key_t *coa_key = data; - talloc_free(coa_key->key); rad_assert(coa_key->first == NULL); pthread_mutex_destroy(&coa_key->mutex); + talloc_free(coa_key); } static int listen_coa_init(void)