Louis A. Mamakos louie at TransSys.COM
Sun Nov 30 08:31:04 PST 2003


The problem is in your test program; you're calling inet_ntoa() twice
in your printf() invocation, and the second call to inet_ntoa() overwrites
the static buffer that's returned.

louie



More information about the freebsd-net mailing list