Changeset 35 in openpam for trunk/lib/pam_start.c
- Timestamp:
- Feb 6, 2002, 1:25:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/pam_start.c
r25 r35 63 63 int r; 64 64 65 if ((ph = calloc(1, sizeof (*ph))) == NULL)65 if ((ph = calloc(1, sizeof *ph)) == NULL) 66 66 return (PAM_BUF_ERR); 67 67 if ((r = pam_set_item(ph, PAM_SERVICE, service)) != PAM_SUCCESS)
Note: See TracChangeset
for help on using the changeset viewer.