Changeset 136 in openpam
- Timestamp:
- Apr 24, 2002, 10:50:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/openpam_dynamic.c
r127 r136 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/lib/openpam_dynamic.c# 4$34 * $P4: //depot/projects/openpam/lib/openpam_dynamic.c#5 $ 35 35 */ 36 36 … … 81 81 if (module->func[i] == NULL) 82 82 openpam_log(PAM_LOG_DEBUG, "%s: %s(): %s", 83 vpath, _pam_sm_func_name[i], dlerror());83 path, _pam_sm_func_name[i], dlerror()); 84 84 } 85 85 return (module);
Note: See TracChangeset
for help on using the changeset viewer.