diff options
author | Dante Catalfamo | 2020-10-30 13:05:07 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-10-30 13:05:07 -0400 |
commit | c046fd9e604dac8655152b0897d5e6186da81fc2 (patch) | |
tree | 88c34fb70062a2e921e41c70cf678b729ba878d5 /content | |
parent | 1dcc01ed648ae7c80ae058e3d6de963b4957c6da (diff) | |
download | blog-c046fd9e604dac8655152b0897d5e6186da81fc2.tar.gz blog-c046fd9e604dac8655152b0897d5e6186da81fc2.tar.bz2 blog-c046fd9e604dac8655152b0897d5e6186da81fc2.zip |
Read from the back channel
Diffstat (limited to 'content')
-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]); |