From d81989bf17c4d8f10f22ef5fb9ac2930b5c722e9 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Thu, 29 Oct 2020 16:13:42 -0400 Subject: bsd-auth: clarify lc->lc_class --- content/posts/WIP-how-bsd-authentication-works/index.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index 3535cb2..da1c739 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -317,7 +317,7 @@ - If =*password= is =NULL=, it sets =as= to =NULL=. It then passes the =auth_session_t= (=as=) pointer, =*name=, - =*style=, login class (=lc=), and a =NULL= char pointer to + =*style=, login class (=lc->lc_class=), and a =NULL= char pointer to =auth_verify=. It then returns the auth session pointer the call returns. -- cgit v1.2.3