On 02/02/16 15:30, [email protected] wrote:
> From: Tomas Jura <[email protected]>
> 
> ---
>  src/mm-port-serial.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/src/mm-port-serial.c b/src/mm-port-serial.c
> index fc5d59e..5b04bcd 100644
> --- a/src/mm-port-serial.c
> +++ b/src/mm-port-serial.c
> @@ -1349,7 +1349,6 @@ _close_internal (MMPortSerial *self, gboolean force)
>                  }
>              }
>  
> -            tcsetattr (self->priv->fd, TCSANOW, &self->priv->old_t);
>              tcflush (self->priv->fd, TCIOFLUSH);
>          }
>  
> 

Could you also remove the old_t variable completely from the private
struct, now that it won't be needed any more?

-- 
Aleksander
https://aleksander.es
_______________________________________________
ModemManager-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel

Reply via email to