summaryrefslogtreecommitdiffstats
path: root/source/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
commit3e607aa69ae2d43fb6ec170d03221a6b22d3f35d (patch)
treed55a0b394949e70c7af64dbdb3b206e458084da0 /source/nsswitch/winbindd.h
parent7b1fcb75dadd5ff232d60f93206867cf13322f2e (diff)
downloadsamba-3e607aa69ae2d43fb6ec170d03221a6b22d3f35d.tar.gz
samba-3e607aa69ae2d43fb6ec170d03221a6b22d3f35d.tar.xz
samba-3e607aa69ae2d43fb6ec170d03221a6b22d3f35d.zip
r14505: Rename the timed_event to lockout_policy_event.
Guenther
Diffstat (limited to 'source/nsswitch/winbindd.h')
-rw-r--r--source/nsswitch/winbindd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/winbindd.h b/source/nsswitch/winbindd.h
index 6a220438a9b..e5f1c9699ca 100644
--- a/source/nsswitch/winbindd.h
+++ b/source/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;
};