From c4986959c07d935fae6d468cb241a6d3daa1fa8e Mon Sep 17 00:00:00 2001 From: Eric Faurot Date: Wed, 28 Oct 2015 21:38:46 +0000 Subject: We are always using _PATH_RESCONF, so no need to remember the path on the resolver. ok millert@ deraadt@ --- lib/libc/asr/asr_debug.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/libc/asr/asr_debug.c') diff --git a/lib/libc/asr/asr_debug.c b/lib/libc/asr/asr_debug.c index bcd0525efa1..09ce456d599 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.21 2015/10/03 09:57:30 eric Exp $ */ +/* $OpenBSD: asr_debug.c,v 1.22 2015/10/28 21:38:45 eric Exp $ */ /* * Copyright (c) 2012 Eric Faurot * @@ -263,10 +263,6 @@ _asr_dump_config(FILE *f, struct asr *a) ac = a->a_ctx; fprintf(f, "--------- ASR CONFIG ---------------\n"); - if (a->a_path) - fprintf(f, "CONF FILE \"%s\"\n", a->a_path); - else - fprintf(f, "STATIC CONF\n"); fprintf(f, "DOMAIN \"%s\"\n", ac->ac_domain); fprintf(f, "SEARCH\n"); for (i = 0; i < ac->ac_domcount; i++) -- cgit v1.2.3