:: Re: [DNG] Pointer error in the back…
Inizio della pagina
Delete this message
Reply to this message
Autore: aitor_czr
Data:  
To: Edward Bartolo
CC: dng
Oggetto: Re: [DNG] Pointer error in the backend of Netman
Hi Edward,

I will try it later, thanks :)

Aitor.

On 12/06/2015 01:10 PM, Edward Bartolo wrote:
> Hi Aitor,
>
> I edited the code as follows:
>
>         if (z == 1)
>             active_wifi_list = calloc(10, sizeof(void*));
>         else if (z % 20 == 0)
>             active_wifi_list = realloc(active_wifis, ((z/2) + 10)*sizeof(void*));

>
> Please, if you can run the code and reply back whether it worked. My
> neighbourhood has less than 10 active wifi repeaters.
>
> Edward