From 1900a23e9760fe3fc78ffee46a9374f92087f835 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 24 Mar 2014 16:03:54 +0100 Subject: [PATCH] updated comment --- src/pam.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pam.c b/src/pam.c index e2c9329a..b1067715 100644 --- a/src/pam.c +++ b/src/pam.c @@ -30,8 +30,8 @@ /* A simple PAM authenticator based on coroutines (to achieve * asynchronous operation). It does not use pam_open_session() * as it is unclear to me whether this can have any benefit in our - * use cases (and it can actually degrate the server if one sets - * limits with it). + * use cases (and it does not seem to apply to the forking model + * we use). * * As it is now it only provides authentication via PAM, but * no session management.