diff options
author | Dante Catalfamo | 2020-10-29 16:27:27 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-10-29 16:27:27 -0400 |
commit | e40a9a890db25513f20afca9c195be1e8af01ac2 (patch) | |
tree | eca8eddf2a7be4f40d13f89e021cf319ddb53bbc /content | |
parent | d81989bf17c4d8f10f22ef5fb9ac2930b5c722e9 (diff) | |
download | blog-e40a9a890db25513f20afca9c195be1e8af01ac2.tar.gz blog-e40a9a890db25513f20afca9c195be1e8af01ac2.tar.bz2 blog-e40a9a890db25513f20afca9c195be1e8af01ac2.zip |
bsd-auth: move location of pinter name
Diffstat (limited to 'content')
-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. |