From 9b72ceac2ce6508f4fdbe42475f0f20f71836832 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Fri, 30 Oct 2020 02:39:49 -0400 Subject: Define MAXSPOOLSIZE --- content/posts/WIP-how-bsd-authentication-works/index.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'content/posts/WIP-how-bsd-authentication-works') diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index a0c8407..ade8b1b 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -189,9 +189,11 @@ }; #+END_SRC - Where =authdata=, =authopts=, and =rmfiles= are defined as + Where =MAXSPOOLSIZE=, =authdata=, =authopts=, and =rmfiles= are defined as #+BEGIN_SRC c + #define MAXSPOOLSIZE (8*1024) /* Spool up to 8K of back info */ + struct rmfiles { struct rmfiles *next; char *file; -- cgit v1.2.3