summaryrefslogtreecommitdiff
path: root/socket
diff options
context:
space:
mode:
authorLorenzo Miniero <lminiero@gmail.com>2020-07-23 18:33:57 +0200
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>2020-08-04 14:55:32 +0000
commit0d0afbbd0525cf6fbbd2b1309dce464cea167b54 (patch)
treeaadb27cab0ce323c0df966840683497bbc314092 /socket
parent4076315dc4e13329e68061d3c986cf4f6b628a50 (diff)
downloadlibnice-0d0afbbd0525cf6fbbd2b1309dce464cea167b54.tar.gz
Changed type of variable to signed
Diffstat (limited to 'socket')
-rw-r--r--socket/udp-bsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket/udp-bsd.c b/socket/udp-bsd.c
index 0327498..506d72a 100644
--- a/socket/udp-bsd.c
+++ b/socket/udp-bsd.c
@@ -255,7 +255,7 @@ socket_send_messages (NiceSocket *sock, const NiceAddress *to,
struct UdpBsdSocketPrivate *priv = sock->priv;
GError *child_error = NULL;
- guint len;
+ gint len;
GSocketAddress *gaddr = NULL;
/* Make sure socket has not been freed: */