1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* srv.c (main): Test against wwwkeys.pgp.net.

* srv.h: Grr. The RH7.3 Linux man page defines the fourth arg of dn_expand
as unsigned char*, but it is really char* according to resolv.h.
This commit is contained in:
David Shaw 2003-04-13 20:06:09 +00:00
parent 6b55878912
commit 01d6a55b77
3 changed files with 10 additions and 2 deletions

View file

@ -35,7 +35,7 @@ struct srventry
u16 weight;
u16 port;
int run_count;
unsigned char target[MAXDNAME];
char target[MAXDNAME];
};
int getsrv(const char *name,struct srventry **list);