nss-pam-ldapd branch master updated. 0.8.12-110-g8a67c9f
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd branch master updated. 0.8.12-110-g8a67c9f
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd branch master updated. 0.8.12-110-g8a67c9f
- Date: Sat, 9 Mar 2013 19:31:26 +0100 (CET)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".
The branch, master has been updated
via 8a67c9ff828aa4e669a25b1639d57dd9fab76312 (commit)
from d19f1df8996cd92ac879bcf167d770cd6b2a13e4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://arthurdejong.org/git/nss-pam-ldapd/commit/?id=8a67c9ff828aa4e669a25b1639d57dd9fab76312
commit 8a67c9ff828aa4e669a25b1639d57dd9fab76312
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat Mar 9 16:19:20 2013 +0100
fix the description of the tio_time_remaining() function
diff --git a/common/tio.c b/common/tio.c
index 9383733..0039fd1 100644
--- a/common/tio.c
+++ b/common/tio.c
@@ -75,8 +75,9 @@ struct tio_fileinfo {
#endif /* DEBUG_TIO_STATS */
};
-/* update the timeout to the value that is remaining before deadline
- returns non-zero if there is no more time before the deadline */
+/* update the timeout to the value that is remaining before the deadline
+ returns the number of milliseconds before the deadline (or a negative
+ value of the deadline has expired) */
static inline int tio_time_remaining(struct timeval *deadline, int timeout)
{
struct timeval tv;
-----------------------------------------------------------------------
Summary of changes:
common/tio.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
nss-pam-ldapd
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd branch master updated. 0.8.12-110-g8a67c9f,
Commits of the nss-pam-ldapd project