]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 11 Jun 2021 03:26:19 +0000 (22:26 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 11 Jun 2021 03:26:44 +0000 (22:26 -0500)
src/lib/tls/log.c

index 59e1fed1ae6643a67d86e95c280e509af1762a8f..c37708ec7d8cb258a848ce4422b39bcb84c369aa 100644 (file)
@@ -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