From: Arran Cudbard-Bell Date: Fri, 11 Jun 2021 03:26:19 +0000 (-0500) Subject: Typo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fe3c05a2b08972f26b80a7dda7d38dccd409e7d;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/lib/tls/log.c b/src/lib/tls/log.c index 59e1fed1ae6..c37708ec7d8 100644 --- a/src/lib/tls/log.c +++ b/src/lib/tls/log.c @@ -56,7 +56,7 @@ typedef struct { fr_log_type_t type; //!< The type of log messages the bio will produce. fr_log_lvl_t lvl; //!< Level to log message at. char const *file; //!< File this log bio was bound on. - int *line; //!< Line this log bio was bound on. + int line; //!< Line this log bio was bound on. } fr_tls_log_bio_t; /** Template for the thread local request log BIOs