Commit b2a29592 authored by Francois Cartegnie's avatar Francois Cartegnie

access: archive: set NO_INTERACT flag

parent 6dfc9301
......@@ -120,8 +120,10 @@ static int FindVolumes(access_t *p_access, struct archive *p_archive, const char
break;
/* Probe URI */
/* FIXME: no warnings ! */
int i_savedflags = p_access->i_flags;
p_access->i_flags |= OBJECT_FLAGS_NOINTERACT;
stream_t *p_stream = stream_UrlNew(p_access, psz_newuri);
p_access->i_flags = i_savedflags;
if (p_stream)
{
ppsz_files[*pi_files] = psz_newuri;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment