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:
parent
c86d508f65
commit
c0a930249a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user