diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2015-05-26 19:28:58 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2015-05-26 19:28:58 +0000 |
commit | 3da98f40440ae640764c08dfddb9d38b819d1e1d (patch) | |
tree | a970314fc4f34dc775c6ddf63a84aa261a7c8bbb /lib/libc/asr/asr_debug.c | |
parent | f31f1156c1229e575cb97fdd3b14a00cd68e7f43 (diff) |
simply use _PATH_HOSTS where appropriate
Diffstat (limited to 'lib/libc/asr/asr_debug.c')
-rw-r--r-- | lib/libc/asr/asr_debug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/asr/asr_debug.c b/lib/libc/asr/asr_debug.c index 46d7310e880..33bdf347f2c 100644 --- a/lib/libc/asr/asr_debug.c +++ b/lib/libc/asr/asr_debug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asr_debug.c,v 1.17 2014/03/26 18:13:15 eric Exp $ */ +/* $OpenBSD: asr_debug.c,v 1.18 2015/05/26 19:28:57 eric Exp $ */ /* * Copyright (c) 2012 Eric Faurot <eric@openbsd.org> * @@ -302,7 +302,6 @@ asr_dump_config(FILE *f, struct asr *a) for (i = 0; i < ac->ac_nscount; i++) fprintf(f, " %s\n", print_sockaddr(ac->ac_ns[i], buf, sizeof buf)); - fprintf(f, "HOSTFILE %s\n", ac->ac_hostfile); fprintf(f, "LOOKUP %s", ac->ac_db); fprintf(f, "\n------------------------------------\n"); } |