diff options
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 2 |
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 da1c739..b1343c1 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -316,7 +316,7 @@ - If =*password= is =NULL=, it sets =as= to =NULL=. - It then passes the =auth_session_t= (=as=) pointer, =*name=, + It then passes the =auth_session_t= pointer (=as=), =*name=, =*style=, login class (=lc->lc_class=), and a =NULL= char pointer to =auth_verify=. It then returns the auth session pointer the call returns. |