if (throttle_delay > 0) {
char *str;
- str = saddrwop2str(iph1->remote);
+ str = saddrwop2str((struct sockaddr *)iph1->remote);
plog(LLV_ERROR, LOCATION, NULL,
"Throttling in action for %s: delay %lds\n",
int
xauth_login_pam(port, raddr, usr, pwd)
int port;
- struct sockaddr *raddr;
+ struct sockaddr_storage *raddr;
char *usr;
char *pwd;
{
{
int type;
vchar_t *buffer = NULL;
- char *data;
struct xauth_state *xst;
size_t dlen = 0;
char* mraw = NULL;