mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-13 14:18:48 -04:00
hide change #969 till 9.3
This commit is contained in:
parent
833a60b03d
commit
1e2d992eaf
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: dig.c,v 1.157.2.11 2003/07/25 04:36:43 marka Exp $ */
|
||||
/* $Id: dig.c,v 1.157.2.12 2003/07/29 04:50:52 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -1013,7 +1013,7 @@ dash_option(char *option, char *next, dig_lookup_t **lookup,
|
|||
return (value_from_next);
|
||||
case 'x':
|
||||
*lookup = clone_lookup(default_lookup, ISC_TRUE);
|
||||
if (get_reverse(textname, value, ip6_int, ISC_FALSE)
|
||||
if (get_reverse(textname, value, ip6_int, ISC_TRUE)
|
||||
== ISC_R_SUCCESS)
|
||||
{
|
||||
strncpy((*lookup)->textname, textname,
|
||||
|
|
|
|||
Loading…
Reference in a new issue