]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Get rid of a ??? that confuses the Sun compiler.
authorTed Lemon <source@isc.org>
Thu, 22 Mar 2001 07:00:15 +0000 (07:00 +0000)
committerTed Lemon <source@isc.org>
Thu, 22 Mar 2001 07:00:15 +0000 (07:00 +0000)
common/tree.c

index f0464fe049c77715920c6b33c6dac9e900f5b460..69c6ac1142d1848b7b041dbe38cdfaec703718de 100644 (file)
@@ -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