bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] [PATCH 1/2] tar: set force_local_option to true on OS/2


From: Sergey Poznyakoff
Subject: Re: [Bug-tar] [PATCH 1/2] tar: set force_local_option to true on OS/2
Date: Mon, 17 Nov 2014 13:58:57 +0200

> @@ -1362,6 +1362,10 @@ parse_opt (int key, char *arg, struct argp_state 
> *state)
>  {
>    struct tar_args *args = state->input;
>  
> +#ifdef __OS2__
> +    force_local_option = true;
> +#endif
> +

Applying this will make it impossible to access remote archives.

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]