s3:nmbd: s/struct timed_event/struct tevent_timer
authorStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2013 09:18:29 +0000 (10:18 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 19 Feb 2013 22:47:58 +0000 (23:47 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/nmbd/nmbd_processlogon.c

index 4dedb5fa5f706230c5cde1eb1ffa664034ff9c9f..a37aebec9cc11c872e48dab600d811946a9ac7ea 100644 (file)
@@ -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)
 {