Hi Lucas,
On Fri, Nov 12, 2010 at 12:15:28PM -0200, Lucas De Marchi wrote:
> ---
> tools/iptables-test.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
Patch applied, many thanks.
Cheers,
Samuel.
> diff --git a/tools/iptables-test.c b/tools/iptables-test.c
> index e8e9228..8f9299d 100644
> --- a/tools/iptables-test.c
> +++ b/tools/iptables-test.c
> @@ -781,11 +781,11 @@ static void connman_iptables_dump_hook(struct
> connman_iptables *table)
> printf("hooks: \n");
> for (i = 0; i < NF_INET_NUMHOOKS; i++) {
> if ((table->info->valid_hooks & (1 << i)))
> - printf("%s entry 0x%x underflow 0x%x (0x%x)\n",
> + printf("%s entry %p underflow %p (0x%x)\n",
> hooknames[i],
> - (unsigned int)table->blob_entries->entrytable +
> + table->blob_entries->entrytable +
> table->info->hook_entry[i],
> - (unsigned int)table->blob_entries->entrytable +
> + table->blob_entries->entrytable +
> table->info->underflow[i],
> table->info->underflow[i]);
> }
> --
> 1.7.3.2
>
> _______________________________________________
> connman mailing list
> [email protected]
> http://lists.connman.net/listinfo/connman
--
Intel Open Source Technology Centre
http://oss.intel.com/
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman