OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Claudio Jeker (claudiocvs.openbsd.org)
Date: Thu Sep 16 2004 - 16:27:44 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2004/09/16 15:27:44

Modified files:
        usr.sbin/dhcpd : inet.c

Log message:
Use inet_ntop() instead of inet_ntoa() in piaddr. This solves a problem
where inet_ntoa() was called twice per log message -- once here and once
directly. This is a workaround acctually no static buffer should be used.
OK deraadt