From f3cd2353de4ffb6066f6fbc0433660ff112d2060 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 (This used to be commit d6a33722168c64eb948c52e303cfb1cd4cfda7f9) --- source3/pam_smbpass/pam_smb_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/pam_smbpass') diff --git a/source3/pam_smbpass/pam_smb_auth.c b/source3/pam_smbpass/pam_smb_auth.c index ee4d68dcc3..3126bebb34 100644 --- a/source3/pam_smbpass/pam_smb_auth.c +++ b/source3/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