Purpose of commit: comment bugfix
Commit summary:
---------------
Keep comment in line with actual implementation of the fail delay
callback function.
0.73: please submit patches for this section with actual code/doc
patches!
+* comment fix describing fail_delay callback in _pam_types.h (Bug
+ 112646 - agmorgan)
* "likeauth" fix for pam_unix and pam_pwdb which (Bug 113596 - agmorgan)
* fix for pam_unix (support.c) to avoid segfault with NULL password
(Bug 113238 - vorlon)
* This item was added to accommodate event driven programs that need to
* manage delays more carefully. The function prototype for this data
* item is
- * void (*fail_delay)(int status, unsigned int delay);
+ * void (*fail_delay)(int status, unsigned int delay, void *appdata_ptr);
*/
#define HAVE_PAM_FAIL_DELAY