From: Ted Lemon Date: Thu, 22 Mar 2001 07:00:15 +0000 (+0000) Subject: Get rid of a ??? that confuses the Sun compiler. X-Git-Tag: V3-BETA-2-PATCH-23~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b63da96d1f2ddd2f472ce7de24aec7cbe048108;p=thirdparty%2Fdhcp.git Get rid of a ??? that confuses the Sun compiler. --- diff --git a/common/tree.c b/common/tree.c index f0464fe04..69c6ac114 100644 --- a/common/tree.c +++ b/common/tree.c @@ -43,7 +43,7 @@ #ifndef lint static char copyright[] = -"$Id: tree.c,v 1.99 2001/02/26 22:21:11 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; +"$Id: tree.c,v 1.100 2001/03/22 07:00:15 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -1872,7 +1872,7 @@ int evaluate_data_expression (result, packet, lease, client_state, lease, client_state, in_options, cfg_options, scope, expr -> data.pick_first_value.car))) { #if defined (DEBUG_EXPRESSIONS) - log_debug ("data: pick_first_value (%s, ???)", + log_debug ("data: pick_first_value (%s, xxx)", print_hex_1 (result -> len, result -> data, 40)); #endif