mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
vfs: fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Oct 21 04:58:44 CEST 2014 on sn-devel-104
This commit is contained in:
committed by
Jeremy Allison
parent
13f0b6fe77
commit
3a7fd8b0e9
@ -191,7 +191,7 @@ static void aio_open_handle_completion(struct tevent_context *event_ctx,
|
||||
|
||||
opd->in_progress = false;
|
||||
|
||||
/* Find outstanding event and reschdule. */
|
||||
/* Find outstanding event and reschedule. */
|
||||
if (!schedule_deferred_open_message_smb(opd->sconn, opd->mid)) {
|
||||
/*
|
||||
* Outstanding event didn't exist or was
|
||||
|
Reference in New Issue
Block a user