diff options
author | Dante Catalfamo | 2021-05-30 17:19:12 -0400 |
---|---|---|
committer | Dante Catalfamo | 2021-05-30 17:19:12 -0400 |
commit | 530e3baf92291bd8985e8478c285a2ff196caaf5 (patch) | |
tree | 65a22b0e0476f578fca460b3f29bc514b6a41698 | |
parent | ba2f3fd176d855bac48565aab2c1e00aa17e3460 (diff) | |
download | blog-530e3baf92291bd8985e8478c285a2ff196caaf5.tar.gz blog-530e3baf92291bd8985e8478c285a2ff196caaf5.tar.bz2 blog-530e3baf92291bd8985e8478c285a2ff196caaf5.zip |
bas-auth: remove excess senstence
-rw-r--r-- | content/posts/WIP-how-bsd-authentication-works/index.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/WIP-how-bsd-authentication-works/index.org b/content/posts/WIP-how-bsd-authentication-works/index.org index 7836e6a..284f60b 100644 --- a/content/posts/WIP-how-bsd-authentication-works/index.org +++ b/content/posts/WIP-how-bsd-authentication-works/index.org @@ -227,7 +227,7 @@ :CUSTOM_ID: auth_session_t :END: =auth_session_t= is the main data structure used to represent the - authentication session. It gets used by all other functions. + authentication session. #+BEGIN_SRC c struct auth_session_t { |