]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 112646
authorAndrew G. Morgan <morgan@kernel.org>
Tue, 5 Sep 2000 05:08:31 +0000 (05:08 +0000)
committerAndrew G. Morgan <morgan@kernel.org>
Tue, 5 Sep 2000 05:08:31 +0000 (05:08 +0000)
Purpose of commit: comment bugfix

Commit summary:
---------------
Keep comment in line with actual implementation of the fail delay
callback function.

CHANGELOG
libpam/include/security/_pam_types.h

index 3139013bb6bcc233408385e9259d6fb5e81ecc3e..9c0c0106c5709988f458ec827101105e5fe59a42 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -35,6 +35,8 @@ Where you should replace XXXXX with a bug-id.
 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)
index fe4ada396740429322262272b3f8cf99c01ee776..f192409e225706d88b296269c76e5c9267c9ed1d 100644 (file)
@@ -175,7 +175,7 @@ extern char **pam_getenvlist(pam_handle_t *pamh);
  * 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