On 08/20/2014 06:41 PM, Djalal Harouni wrote:
> Signed-off-by: Djalal Harouni <[email protected]>
> ---
>  test/kdbus-util.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks!


> 
> diff --git a/test/kdbus-util.c b/test/kdbus-util.c
> index f79d7ec..5b3df7d 100644
> --- a/test/kdbus-util.c
> +++ b/test/kdbus-util.c
> @@ -471,8 +471,8 @@ void msg_dump(const struct conn *conn, const struct 
> kdbus_msg *msg)
>               case KDBUS_ITEM_AUDIT:
>                       printf("  +%s (%llu bytes) loginuid=%llu 
> sessionid=%llu\n",
>                              enum_MSG(item->type), item->size,
> -                            (unsigned long long)item->data64[0],
> -                            (unsigned long long)item->data64[1]);
> +                            (unsigned long long)item->audit.loginuid,
> +                            (unsigned long long)item->audit.sessionid);
>                       break;
>  
>               case KDBUS_ITEM_CAPS: {
> 

_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to