summaryrefslogtreecommitdiffstats
path: root/content/posts/WIP-how-bsd-authentication-works
diff options
context:
space:
mode:
authorDante Catalfamo2020-10-30 13:05:07 -0400
committerDante Catalfamo2020-10-30 13:05:07 -0400
commitc046fd9e604dac8655152b0897d5e6186da81fc2 (patch)
tree88c34fb70062a2e921e41c70cf678b729ba878d5 /content/posts/WIP-how-bsd-authentication-works
parent1dcc01ed648ae7c80ae058e3d6de963b4957c6da (diff)
downloadblog-c046fd9e604dac8655152b0897d5e6186da81fc2.tar.gz
blog-c046fd9e604dac8655152b0897d5e6186da81fc2.tar.bz2
blog-c046fd9e604dac8655152b0897d5e6186da81fc2.zip
Read from the back channel
Diffstat (limited to 'content/posts/WIP-how-bsd-authentication-works')
-rw-r--r--content/posts/WIP-how-bsd-authentication-works/index.org6
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]);