From 4301c370c00edb400d50e8e4224cb2b19b722400 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 19 Aug 2011 13:33:16 +0200 Subject: ipa: fix compiler warning about ssize_t / socklen_t --- src/input/ipa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/input/ipa.c b/src/input/ipa.c index 9b380b0..ce1e6f2 100644 --- a/src/input/ipa.c +++ b/src/input/ipa.c @@ -171,7 +171,7 @@ int ipa_client_fd_cb(struct osmo_fd *ofd, unsigned int what) { struct ipa_client_link *link = ofd->data; int error, ret; - size_t len = sizeof(error); + socklen_t len = sizeof(error); switch(link->state) { case IPA_CLIENT_LINK_STATE_CONNECTING: -- cgit v1.2.3-55-g7522