The branch, master has been updated
via b0dadbe s3:libsmb fix a typo
from 8267ec2 s4-kdc: Do not leak memory on error in
kpasswd_make_error_reply()
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit b0dadbee337207580ac48501a9787d3e97e9b335
Author: Christian Ambach <[email protected]>
Date: Tue Sep 13 14:59:25 2016 +0200
s3:libsmb fix a typo
Signed-off-by: Christian Ambach <[email protected]>
Reviewed-by: Volker Lendecke <[email protected]>
Autobuild-User(master): Volker Lendecke <[email protected]>
Autobuild-Date(master): Wed Sep 14 02:06:18 CEST 2016 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
source3/libsmb/clireadwrite.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/libsmb/clireadwrite.c b/source3/libsmb/clireadwrite.c
index 1c32d2a..3987477 100644
--- a/source3/libsmb/clireadwrite.c
+++ b/source3/libsmb/clireadwrite.c
@@ -484,7 +484,7 @@ static void cli_pull_chunk_ship(struct cli_pull_chunk
*chunk)
if (chunk->tmp_size == 0) {
/*
- * we git a short read, we're done
+ * we got a short read, we're done
*/
tevent_req_done(req);
return;
@@ -500,7 +500,7 @@ static void cli_pull_chunk_ship(struct cli_pull_chunk
*chunk)
if (chunk->tmp_size < chunk->total_size) {
/*
- * we git a short read, we're done
+ * we got a short read, we're done
*/
tevent_req_done(req);
return;
--
Samba Shared Repository