diff options
Diffstat (limited to 'content/posts/WIP-how-bsd-authentication-works/index.org')
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index b91273a..c3afd1a 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -480,9 +480,9 @@ Next =as->index= is set to =0=. - The response from the authentication module is then put into - =as->spool= with an optional received file descriptor placed in - =as->fd=, using =_auth_spool=. + The response from the authentication module is then read from the + back channel and put into =as->spool= with an optional received file + descriptor placed in =as->fd=, using =_auth_spool=. #+begin_src c _auth_spool(as, pfd[0]); |