diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-02-18 09:58:40 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-02-19 23:47:53 +0100 |
commit | 5743277ed6297ce77afcdb7b336c8929c83af8a3 (patch) | |
tree | 87de31bd07ec873bef99001bacf48efa79204a11 /source3/nmbd/nmbd_processlogon.c | |
parent | 99367d413ac00d631fe0e559473395feee6cfc5a (diff) | |
download | samba-5743277ed6297ce77afcdb7b336c8929c83af8a3.tar.gz |
s3:nmbd: s/struct event_context/struct tevent_context
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/nmbd/nmbd_processlogon.c')
-rw-r--r-- | source3/nmbd/nmbd_processlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_processlogon.c b/source3/nmbd/nmbd_processlogon.c index ca77ebf1d2e..4dedb5fa5f7 100644 --- a/source3/nmbd/nmbd_processlogon.c +++ b/source3/nmbd/nmbd_processlogon.c @@ -56,7 +56,7 @@ static bool delay_logon(const char *peer_name, const char *peer_addr) return list_match(delay_list, (const char *)peer, client_match); } -static void delayed_init_logon_handler(struct event_context *event_ctx, +static void delayed_init_logon_handler(struct tevent_context *event_ctx, struct timed_event *te, struct timeval now, void *private_data) |