summaryrefslogtreecommitdiff
path: root/src/ivy.c
diff options
context:
space:
mode:
authorfcolin2010-10-26 16:00:37 +0000
committerfcolin2010-10-26 16:00:37 +0000
commitaf3bdcee77cf816794498db4a67671107b90cd90 (patch)
treee23b244227131b697e6e153c977e5752e21b0a4f /src/ivy.c
parent42e2bb63192002bd53a0bf2d4a43ca3e6b19e25e (diff)
downloadivy-c-af3bdcee77cf816794498db4a67671107b90cd90.zip
ivy-c-af3bdcee77cf816794498db4a67671107b90cd90.tar.gz
ivy-c-af3bdcee77cf816794498db4a67671107b90cd90.tar.bz2
ivy-c-af3bdcee77cf816794498db4a67671107b90cd90.tar.xz
Trying to get more IPV4/IPV6 protocol idependance
Diffstat (limited to 'src/ivy.c')
-rw-r--r--src/ivy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ivy.c b/src/ivy.c
index b49ab7f..3aedc4d 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -480,8 +480,8 @@ RegexpCallUnique (const MsgSndDictPtr msg, const char * const message, const
static RWIvyClientPtr CheckConnected( Client sclnt )
{
RWIvyClientPtr iclient;
- struct sockaddr* addr1;
- struct sockaddr* addr2;
+ struct sockaddr_storage* addr1;
+ struct sockaddr_storage* addr2;
char *remotehost;
unsigned short remoteport;