From: Arran Cudbard-Bell Date: Tue, 15 Feb 2022 03:38:55 +0000 (-0500) Subject: Helps if these are the right way round X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a305bc2af08c1a3f0976f6f7de446da0b1d44a7;p=thirdparty%2Ffreeradius-server.git Helps if these are the right way round --- diff --git a/src/lib/tls/session.h b/src/lib/tls/session.h index d809042e2f4..a511b24c44c 100644 --- a/src/lib/tls/session.h +++ b/src/lib/tls/session.h @@ -238,7 +238,7 @@ static inline CC_HINT(nonnull) void _fr_tls_session_request_unbind(char const *f * * @param[in] ssl session containing the request pointer. */ -#define fr_tls_session_request_unbind(_ssl) _fr_tls_session_request_unbind(__LINE__, __FILE__, _ssl); +#define fr_tls_session_request_unbind(_ssl) _fr_tls_session_request_unbind(__FILE__, __LINE__, _ssl); /** Add extra pairs to the temporary subrequests *