summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-03-17 10:14:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:15:34 -0500
commit0dd9afad767d4f47f0ffdb5a19d9badd0d53bdfa (patch)
tree81e0c7b418846a63ba43904f03e2c3b035f2e19b /source3/nsswitch/winbindd.h
parent9fb55b5cb8e916505d3b823c6761c2eff8a5f6ed (diff)
downloadsamba-0dd9afad767d4f47f0ffdb5a19d9badd0d53bdfa.tar.gz
samba-0dd9afad767d4f47f0ffdb5a19d9badd0d53bdfa.tar.bz2
samba-0dd9afad767d4f47f0ffdb5a19d9badd0d53bdfa.zip
r14505: Rename the timed_event to lockout_policy_event.
Guenther (This used to be commit 3e607aa69ae2d43fb6ec170d03221a6b22d3f35d)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index 6a220438a9..e5f1c9699c 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -149,7 +149,7 @@ struct winbindd_child {
TALLOC_CTX *mem_ctx;
struct fd_event event;
- struct timed_event *timed_event;
+ struct timed_event *lockout_policy_event;
struct winbindd_async_request *requests;
};