summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDante Catalfamo2020-10-29 16:13:42 -0400
committerDante Catalfamo2020-10-29 16:13:42 -0400
commitd81989bf17c4d8f10f22ef5fb9ac2930b5c722e9 (patch)
tree223a8544b46d44fb6f57e606f79cdc2aee1d777f
parent7c0852781cfa8eb87237bef5ab83f0fc043742f0 (diff)
downloadblog-d81989bf17c4d8f10f22ef5fb9ac2930b5c722e9.tar.gz
blog-d81989bf17c4d8f10f22ef5fb9ac2930b5c722e9.tar.bz2
blog-d81989bf17c4d8f10f22ef5fb9ac2930b5c722e9.zip
bsd-auth: clarify lc->lc_class
-rw-r--r--content/posts/WIP-how-bsd-authentication-works/index.org2
1 files changed, 1 insertions, 1 deletions
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.