mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
Remove a unused variable
This commit is contained in:
parent
9b1706c1e1
commit
7d4b9714c4
2
whois.c
2
whois.c
@ -495,7 +495,7 @@ const char *whereas(const unsigned long asn)
|
|||||||
*/
|
*/
|
||||||
char *queryformat(const char *server, const char *flags, const char *query)
|
char *queryformat(const char *server, const char *flags, const char *query)
|
||||||
{
|
{
|
||||||
char *buf, *p;
|
char *buf;
|
||||||
int i, isripe = 0;
|
int i, isripe = 0;
|
||||||
|
|
||||||
/* 64 bytes reserved for server-specific flags added later */
|
/* 64 bytes reserved for server-specific flags added later */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user