Hi,
On 3/3/20 15:26, aitor wrote:
> I removed the MAC Address so far because it's giving me a segmentation
> fault. I hope to fix this issue shortly.
The issue has been solved replacing the standard C sprintf() by
g_strdup_printf() in the "netproc.c" file, which is similar
to the first one but safer.So, the backend of simple-netaid will depend
on glib-2.0 until a new solution is found.
Cheers,
Aitor.