]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 24 Sep 2021 23:22:21 +0000 (18:22 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 24 Sep 2021 23:22:21 +0000 (18:22 -0500)
src/lib/ldap/start_tls.c

index 4eb2df087a30eb863a2bb51ffc3d742426ae68c4..7b64b371204dbcdb1304222fb635a7314f7e6b4d 100644 (file)
@@ -65,7 +65,7 @@ static void _ldap_start_tls_io_error(UNUSED fr_event_list_t *el, UNUSED int fd,
  *   - calls ldap_pvt_tls_inplace to check is the Sockbuf for defconn has TLS installed
  *     - If it does (it shouldn't), returns LDAP_LOCAL_ERROR (and we fail).
  *   - calls ldap_int_tls_start.
- *     - calls_tls_init (to initialise ssl library - only done once per implementation).
+ *     - calls tls_init (to initialise ssl library - only done once per implementation).
  *     - if net timeout is >= 0, then set the FD to nonblocking mode.
  *     - calls ldap_int_tls_connect
  *       - either gets existing session or