On Thu, Sep 19, 2013 at 10:06 AM, Huw Davies huw@codeweavers.com 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 implementation of get_interface_indexes you are not setting
+ if (table) *table = NULL;
in the begining like in the other 2 implementations. Or I didn't understand the code correctly.
Best wishes, Bruno
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.