From: Volker Lendecke Date: Mon, 27 May 2019 09:48:13 +0000 (+0200) Subject: smbd: Fix a typo X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=ff2ed9070dbaa919425c222989b3fa4b917b59e2 smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 6dc69f7405cd..42cf4c908ebc 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -4597,7 +4597,7 @@ void reply_writebraw(struct smb_request *req) /* * We are not vulnerable to CVE-2017-12163 - * here as we are guarenteed to have numtowrite + * here as we are guaranteed to have numtowrite * bytes available - we just read from the client. */ nwritten = write_file(req,fsp,buf+4,startpos+nwritten,numtowrite);