- Timestamp:
- Mar 19, 2006, 7:55:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/openpam_dynamic.c
r320 r383 81 81 if ((dlh = dlopen(vpath, RTLD_NOW)) == NULL) { 82 82 openpam_log(PAM_LOG_DEBUG, "%s: %s", vpath, dlerror()); 83 FREE(vpath); 83 84 FREE(module); 84 85 return (NULL);
Note: See TracChangeset
for help on using the changeset viewer.