summaryrefslogtreecommitdiff
path: root/source3/nmbd
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 10:18:29 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:58 +0100
commit39660e6d88b54aee668e3f78bba83f036f1ff95c (patch)
tree5cfe256b9134d426a1d94d6ca3749b15a12a567e /source3/nmbd
parent80421ee9752ed06e12721ef2a28b08e1c311e31e (diff)
downloadsamba-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.c2
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)
{