From: Simo Sorce Date: Fri, 24 Aug 2001 18:29:37 +0000 (+0000) Subject: add a comment to make the code more readable X-Git-Tag: samba-2.2.5pre1~1555^2~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6a33722168c64eb948c52e303cfb1cd4cfda7f9;p=thirdparty%2Fsamba.git add a comment to make the code more readable --- 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 */