summaryrefslogtreecommitdiffstats
path: root/src/sdpd-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdpd-service.c')
-rw-r--r--src/sdpd-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdpd-service.c b/src/sdpd-service.c
index a6eab93d..826eb104 100644
--- a/src/sdpd-service.c
+++ b/src/sdpd-service.c
@@ -448,7 +448,7 @@ int remove_record_from_server(uint32_t handle)
}
// FIXME: refactor for server-side
-static sdp_record_t *extract_pdu_server(bdaddr_t *device, uint8_t *p, int bufsize, uint32_t handleExpected, int *scanned)
+static sdp_record_t *extract_pdu_server(bdaddr_t *device, uint8_t *p, unsigned int bufsize, uint32_t handleExpected, int *scanned)
{
int extractStatus = -1, localExtractedLength = 0;
uint8_t dtd;