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

s3-client: Fix compiler errors when building with --address-sanitizer

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett 2016-06-07 15:42:33 +12:00 committed by Garming Sam
parent c86d508f65
commit c0a930249a

View File

@ -1025,7 +1025,7 @@ static int tar_extract(struct tar *t)
for (;;) {
NTSTATUS status;
bool skip;
bool skip = false;
r = archive_read_next_header(t->archive, &entry);
if (r == ARCHIVE_EOF) {
break;