From: Mark Andrews Date: Wed, 30 Apr 2014 06:05:18 +0000 (+1000) Subject: have +[no]ttl as a alias for +[no]ttlid X-Git-Tag: v9.11.0a1~1685 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b75c6450260401eda6720517785428e2a1836dc2;p=thirdparty%2Fbind9.git have +[no]ttl as a alias for +[no]ttlid --- diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 116dc36ec58..b7cd073a6d6 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -1304,8 +1304,9 @@ plus_option(char *option, isc_boolean_t is_batchfile, break; case 't': switch (cmd[3]) { + case 0: case 'i': /* ttlid */ - FULLCHECK("ttlid"); + FULLCHECK2("ttl", "ttlid"); nottl = ISC_TF(!state); break; case 'u': /* ttlunits */