summaryrefslogtreecommitdiff
path: root/common/lpf.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-03-16 06:37:55 +0000
committerTed Lemon <source@isc.org>1999-03-16 06:37:55 +0000
commitc5b0f52958e903223543e62f43a83c65c29b30ac (patch)
tree271a4c83768884740fb1ff65fb1d5883dbe104e2 /common/lpf.c
parentb2f506592ac09c23169f32f93254f5e7365d3e6a (diff)
downloadisc-dhcp-c5b0f52958e903223543e62f43a83c65c29b30ac.tar.gz
Sanitize Solaris build.V3-ALPHA-19990315
Diffstat (limited to 'common/lpf.c')
-rw-r--r--common/lpf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/lpf.c b/common/lpf.c
index d7289a55..b43db1b6 100644
--- a/common/lpf.c
+++ b/common/lpf.c
@@ -23,7 +23,7 @@
#ifndef lint
static char copyright[] =
-"$Id: lpf.c,v 1.7 1999/03/16 05:50:34 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: lpf.c,v 1.8 1999/03/16 06:37:49 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -202,7 +202,7 @@ ssize_t send_packet (interface, packet, raw, len, from, to, hto)
result = sendto (interface -> wfdesc, buf, bufp + len, 0,
&sa, sizeof sa);
if (result < 0)
- warn ("send_packet: %m");
+ log_error ("send_packet: %m");
return result;
}
#endif /* USE_LPF_SEND */