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-4.0.0alpha6~801^2~17523 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3cd2353de4ffb6066f6fbc0433660ff112d2060;p=thirdparty%2Fsamba.git add a comment to make the code more readable (This used to be commit d6a33722168c64eb948c52e303cfb1cd4cfda7f9) --- diff --git a/source3/pam_smbpass/pam_smb_auth.c b/source3/pam_smbpass/pam_smb_auth.c index ee4d68dcc35..3126bebb346 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 */