Send connman mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.01.org/mailman/listinfo/connman
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of connman digest..."
Today's Topics:
1. Re: [PATCH] session: Fix an indentation (Daniel Wagner)
----------------------------------------------------------------------
Message: 1
Date: Mon, 9 Oct 2017 21:26:51 +0200
From: Daniel Wagner <[email protected]>
To: Jian Liang <[email protected]>
Cc: Jian Liang <[email protected]>, "[email protected]"
<[email protected]>
Subject: Re: [PATCH] session: Fix an indentation
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed
Hi Jian,
On 10/09/2017 12:55 PM, Jian Liang wrote:
> From: Jian Liang <[email protected]>
>
> ---
> src/session.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/session.c b/src/session.c
> index 7d96f64..c524b90 100644
> --- a/src/session.c
> +++ b/src/session.c
> @@ -373,8 +373,8 @@ static void del_default_route(struct connman_session
> *session)
> DBG("index %d routing table %d default gateway %s/%u",
> session->index, session->mark, session->gateway,
> session->prefixlen);
>
> - __connman_inet_del_subnet_from_table(session->mark,
> - session->index, session->gateway, session->prefixlen);
> + __connman_inet_del_subnet_from_table(session->mark,
> + session->index, session->gateway,
> session->prefixlen);
>
> __connman_inet_del_default_from_table(session->mark,
> session->index, session->gateway);
>
Patch applied.
Thanks,
Daniel
------------------------------
Subject: Digest Footer
_______________________________________________
connman mailing list
[email protected]
https://lists.01.org/mailman/listinfo/connman
------------------------------
End of connman Digest, Vol 24, Issue 14
***************************************