diff options
author | Ted Lemon <source@isc.org> | 2000-02-02 08:01:52 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 2000-02-02 08:01:52 +0000 |
commit | 88c32c8c258a64bc68447297ef089e275d365eba (patch) | |
tree | c2786c859c51ec9603322e8efc4bd0d482d4ce74 /common/execute.c | |
parent | 16d82ab30583c2e1b9a8fdd7b4de5f55c77822b2 (diff) | |
download | isc-dhcp-88c32c8c258a64bc68447297ef089e275d365eba.tar.gz |
Hack private resolver namespace to avoid link clashes.
Diffstat (limited to 'common/execute.c')
-rw-r--r-- | common/execute.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/execute.c b/common/execute.c index d64f889d..8f3a4e22 100644 --- a/common/execute.c +++ b/common/execute.c @@ -22,7 +22,7 @@ #ifndef lint static char copyright[] = -"$Id: execute.c,v 1.26 2000/01/27 22:40:49 mellon Exp $ Copyright (c) 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: execute.c,v 1.27 2000/02/02 08:01:45 mellon Exp $ Copyright (c) 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -167,7 +167,7 @@ int execute_statements (packet, lease, in_options, out_options, scope, dfree (nut -> r_dname, MDL); nut -> r_dname = (char *)0; } - res_freeupdrec (nut); + minires_freeupdrec (nut); } #endif } else { |