Re: [PATCH 2/3] iphlpapi: Add interface enumeration for Android.

2013-09-19 Thread Huw Davies
On 19 Sep 2013, at 15:07, Bruno Jesus wrote: > Hi, Huw. I'm not sure this is an issue but in the android > implementation of get_interface_indexes you are not setting > > +if (table) *table = NULL; Hi Bruno, Good catch! Resent. Thanks, Huw.

Re: [PATCH 2/3] iphlpapi: Add interface enumeration for Android.

2013-09-19 Thread Bruno Jesus
On Thu, Sep 19, 2013 at 10:06 AM, Huw Davies wrote: > --- > configure.ac | 3 +- > dlls/iphlpapi/ifenum.c | 199 > - > 2 files changed, 200 insertions(+), 2 deletions(-) Hi, Huw. I'm not sure this is an issue but in the android impleme