#ifndef lint
static char copyright[] =
-"$Id: omapi.c,v 1.11 1999/10/05 02:48:09 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: omapi.c,v 1.12 1999/10/06 19:07:58 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
if (!host -> group)
host -> group = clone_group (&root_group,
"dhcp_host_set_value");
- if (host -> named_group &&
- host -> group == host -> named_group -> group) {
+ if (host -> group == &root_group ||
+ (host -> named_group &&
+ host -> named_group -> group == host -> group)) {
host -> group = clone_group (host -> group,
"dhcp_host_set_value");
}