From d6a33722168c64eb948c52e303cfb1cd4cfda7f9 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 24 Aug 2001 18:29:37 +0000 Subject: add a comment to make the code more readable --- source/pam_smbpass/pam_smb_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/pam_smbpass/pam_smb_auth.c b/source/pam_smbpass/pam_smb_auth.c index ee4d68dcc35..3126bebb346 100644 --- a/source/pam_smbpass/pam_smb_auth.c +++ b/source/pam_smbpass/pam_smb_auth.c @@ -78,7 +78,7 @@ int pam_sm_authenticate(pam_handle_t *pamh, int flags, ctrl = set_ctrl(flags, argc, argv); /* Get a few bytes so we can pass our return value to - pam_sm_setcred(). */ + pam_sm_setcred(). Used in AUTH_RETURN macro */ ret_data = malloc(sizeof(int)); /* get the username */ -- cgit