mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Correct "succeded" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
parent
875f45b3f1
commit
98453b0dbb
@ -1025,7 +1025,7 @@ static struct tevent_req *smbd_smb2_create_send(TALLOC_CTX *mem_ctx,
|
||||
|
||||
DEBUG(10, ("smb2_create_send: %s to recreate the "
|
||||
"smb2srv_open struct for a durable handle.\n",
|
||||
op->global->durable ? "succeded" : "failed"));
|
||||
op->global->durable ? "succeeded" : "failed"));
|
||||
|
||||
if (!op->global->durable) {
|
||||
talloc_free(op);
|
||||
|
Loading…
Reference in New Issue
Block a user