Re:
From: Louis A. Mamakos (louie_at_TransSys.COM)
Date: 11/30/03
- Previous message: Ivo Vachkov: "(no subject)"
- In reply to: Ivo Vachkov: "(no subject)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "Ivo Vachkov" <ivo@bsdmail.org> Date: Sun, 30 Nov 2003 11:30:50 -0500
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
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Ivo Vachkov: "(no subject)"
- In reply to: Ivo Vachkov: "(no subject)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|