1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s3: Fix a typo

Signed-off-by: Stefan Metzmacher <metze@samba.org>

Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Mon Jun 25 17:13:59 CEST 2012 on sn-devel-104
This commit is contained in:
Volker Lendecke
2012-06-25 11:07:22 +02:00
committed by Stefan Metzmacher
parent c0936663a8
commit 754b925ccd
3 changed files with 4 additions and 4 deletions

View File

@ -472,7 +472,7 @@ static void aio_pthread_handle_suspend_completion(struct event_context *event_ct
}
/* Jobid completed we weren't waiting for.
We must reshedule this as an immediate event
We must reschedule this as an immediate event
on the main event context. */
im = tevent_create_immediate(NULL);
if (!im) {

View File

@ -2376,7 +2376,7 @@ static NTSTATUS open_file_ntcreate(connection_struct *conn,
if (file_existed && (flags2&O_TRUNC)) {
/*
* We are modifing the file after open - update the stat
* We are modifying the file after open - update the stat
* struct..
*/
if ((SMB_VFS_FTRUNCATE(fsp, 0) == -1) ||

View File

@ -1066,7 +1066,7 @@ void schedule_deferred_open_message_smb2(
/*
* This is subtle. We must null out the callback
* before resheduling, else the first call to
* before rescheduling, else the first call to
* tevent_req_nterror() causes the _receive()
* function to be called, this causing tevent_req_post()
* to crash.
@ -1124,7 +1124,7 @@ static void smb2_deferred_open_timer(struct event_context *ev,
/*
* This is subtle. We must null out the callback
* before resheduling, else the first call to
* before rescheduling, else the first call to
* tevent_req_nterror() causes the _receive()
* function to be called, this causing tevent_req_post()
* to crash.