summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cache.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-06-24 23:07:26 +0000
committerJeremy Allison <jra@samba.org>2003-06-24 23:07:26 +0000
commit45f472ba21b45a8796bc6e5c8ff604a977d64c93 (patch)
tree37aad6a1a54a3de73d8ec918b82e92d19de902f8 /source3/nsswitch/winbindd_cache.c
parent11e620389641b9c3c2e635fbcce1fe8d966ffe19 (diff)
downloadsamba-45f472ba21b45a8796bc6e5c8ff604a977d64c93.tar.gz
samba-45f472ba21b45a8796bc6e5c8ff604a977d64c93.tar.bz2
samba-45f472ba21b45a8796bc6e5c8ff604a977d64c93.zip
Sequence number was not getting updated with ldap hack. Only a bug in this
branch. Jeremy. (This used to be commit 19629b41cb9b5e5f9e0d4a6d52af983a4d05c8cb)
Diffstat (limited to 'source3/nsswitch/winbindd_cache.c')
-rw-r--r--source3/nsswitch/winbindd_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cache.c b/source3/nsswitch/winbindd_cache.c
index 9f7d3686a5..eb7170ff60 100644
--- a/source3/nsswitch/winbindd_cache.c
+++ b/source3/nsswitch/winbindd_cache.c
@@ -338,7 +338,7 @@ static void refresh_sequence_number(struct winbindd_domain *domain, BOOL force)
/* see if we have to refetch the domain sequence number */
if (!force && (time_diff < cache_time)) {
DEBUG(10, ("refresh_sequence_number: %s time ok\n", domain->name));
- return;
+ goto done;
}
/* try to get the sequence number from the tdb cache first */