mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
Remove bogus hide_strings[] entry
The empty starting string matched always and the final NULL string enabled hiding to the end of the response. As a result any response got hidden. <https://github.com/rfc1036/whois/issues/27> Signed-off-by: Petr Písař <ppisar@redhat.com>
This commit is contained in:
parent
0c774a2caa
commit
c5742eb115
1
data.h
1
data.h
@ -72,7 +72,6 @@ const char *hide_strings[] = {
|
|||||||
"TERMS OF USE: The information in the Whois database", NULL, /* .wang */
|
"TERMS OF USE: The information in the Whois database", NULL, /* .wang */
|
||||||
"The WHOIS service offered by Neustar, Inc, on behalf", NULL,
|
"The WHOIS service offered by Neustar, Inc, on behalf", NULL,
|
||||||
"The WHOIS service offered by the Registry Operator", NULL, /* .science */
|
"The WHOIS service offered by the Registry Operator", NULL, /* .science */
|
||||||
"", NULL,
|
|
||||||
|
|
||||||
/* ccTLDs */
|
/* ccTLDs */
|
||||||
"Access to CCTLD WHOIS information is provided", "", /* Afilias */
|
"Access to CCTLD WHOIS information is provided", "", /* Afilias */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user