Hi Patrick, On Sun, 11.04.2010 at 11:58:54 -0700, patrick keshishian <sids...@boxsoft.com> wrote: > inet_ntoa will return pointer to a static buffer. Each call > TO IT Will override thsi buffer with the new IP info.
I already suspected something like this, but this behaviour is not documented in the man page. :( I'll adapt the code to fix this. > own local buffers and use those in your "log" statement(s). Implementing proper logging, instead of simply using printf(), is also on my agenda further down the road. Kind regards, --Toni++