diff options
| author | 2020-01-09 14:19:49 +0000 | |
|---|---|---|
| committer | 2020-01-09 14:19:49 +0000 | |
| commit | 543c00e6654cd7f85ccad22848964d6d4ab26b4e (patch) | |
| tree | e0503d27c29070ca66cdf733b14cdfd3058322ee /usr.sbin/bind/bin/dig/dig.c | |
| parent | Assorted unifdefs: (diff) | |
| download | wireguard-openbsd-543c00e6654cd7f85ccad22848964d6d4ab26b4e.tar.xz wireguard-openbsd-543c00e6654cd7f85ccad22848964d6d4ab26b4e.zip | |
unifdef WITH_IDN; prodding deraadt@
Diffstat (limited to 'usr.sbin/bind/bin/dig/dig.c')
| -rw-r--r-- | usr.sbin/bind/bin/dig/dig.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/bind/bin/dig/dig.c b/usr.sbin/bind/bin/dig/dig.c index e4dfac8eb89..847087b84c7 100644 --- a/usr.sbin/bind/bin/dig/dig.c +++ b/usr.sbin/bind/bin/dig/dig.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.c,v 1.33 2020/01/09 14:18:29 florian Exp $ */ +/* $Id: dig.c,v 1.34 2020/01/09 14:19:49 florian Exp $ */ /*! \file */ @@ -982,11 +982,7 @@ plus_option(const char *option, isc_boolean_t is_batchfile, break; case 'n': FULLCHECK("idnout"); -#ifndef WITH_IDN fprintf(stderr, ";; IDN support not enabled\n"); -#else - lookup->idnout = state; -#endif break; default: goto invalid_option; |
