From c046fd9e604dac8655152b0897d5e6186da81fc2 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Fri, 30 Oct 2020 13:05:07 -0400 Subject: Read from the back channel --- content/posts/WIP-how-bsd-authentication-works/index.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/posts/WIP-how-bsd-authentication-works/index.org') 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]); -- cgit v1.2.3