diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-02-18 10:18:29 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-02-19 23:47:58 +0100 |
commit | 39660e6d88b54aee668e3f78bba83f036f1ff95c (patch) | |
tree | 5cfe256b9134d426a1d94d6ca3749b15a12a567e /source3/nmbd | |
parent | 80421ee9752ed06e12721ef2a28b08e1c311e31e (diff) | |
download | samba-39660e6d88b54aee668e3f78bba83f036f1ff95c.tar.gz samba-39660e6d88b54aee668e3f78bba83f036f1ff95c.tar.bz2 samba-39660e6d88b54aee668e3f78bba83f036f1ff95c.zip |
s3:nmbd: s/struct timed_event/struct tevent_timer
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/nmbd')
-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 4dedb5fa5f..a37aebec9c 100644 --- a/source3/nmbd/nmbd_processlogon.c +++ b/source3/nmbd/nmbd_processlogon.c @@ -57,7 +57,7 @@ static bool delay_logon(const char *peer_name, const char *peer_addr) } static void delayed_init_logon_handler(struct tevent_context *event_ctx, - struct timed_event *te, + struct tevent_timer *te, struct timeval now, void *private_data) { |