summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2001-08-24 18:29:37 +0000
committerSimo Sorce <idra@samba.org>2001-08-24 18:29:37 +0000
commitd6a33722168c64eb948c52e303cfb1cd4cfda7f9 (patch)
tree934f6b1363d5a14d9421bc5d0697f31f3b18844b /source
parent7d5440a7ae4ef46103192000a19f2e69ecf02f21 (diff)
downloadsamba-d6a33722168c64eb948c52e303cfb1cd4cfda7f9.tar.gz
samba-d6a33722168c64eb948c52e303cfb1cd4cfda7f9.tar.xz
samba-d6a33722168c64eb948c52e303cfb1cd4cfda7f9.zip
add a comment to make the code more readable
Diffstat (limited to 'source')
-rw-r--r--source/pam_smbpass/pam_smb_auth.c2
1 files changed, 1 insertions, 1 deletions
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 */