mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
s3:libsmb fix a typo
Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Sep 14 02:06:18 CEST 2016 on sn-devel-144
This commit is contained in:
parent
8267ec209a
commit
b0dadbee33
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user