summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-10 00:00:44 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-10 00:00:44 +0000
commitec4c90fd7f56f8870884e5a27622cae71d154eca (patch)
treecce1112dcba0c7cd4decad915f022f553682ddc6
parentfddb4f4c04473a60a97212c0c8e143d6a4d68380 (diff)
downloadsamba-ec4c90fd7f56f8870884e5a27622cae71d154eca.tar.gz
removed a debug line
-rw-r--r--source/nsswitch/winbindd_cache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/nsswitch/winbindd_cache.c b/source/nsswitch/winbindd_cache.c
index da918df4f35..4221e26ee1a 100644
--- a/source/nsswitch/winbindd_cache.c
+++ b/source/nsswitch/winbindd_cache.c
@@ -163,8 +163,6 @@ static void refresh_sequence_number(struct winbindd_domain *domain, BOOL force)
}
domain->last_seq_check = time(NULL);
-
- DEBUG(0,("seq number now %d\n", domain->sequence_number));
}
/*