summaryrefslogtreecommitdiffstats
path: root/sdpd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sdpd/main.c')
-rw-r--r--sdpd/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdpd/main.c b/sdpd/main.c
index fc3dd22d..b80fc0bb 100644
--- a/sdpd/main.c
+++ b/sdpd/main.c
@@ -316,7 +316,7 @@ static int become_daemon(void)
static inline void handle_request(int sk, char *data, int len)
{
struct sockaddr_l2 sa;
- int size;
+ socklen_t size;
sdp_req_t req;
size = sizeof(sa);