From a982c048da044283c1b2e0abf8f4e941a68b7739 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Sat, 20 Aug 2011 21:08:40 +0000 Subject: [PATCH] store validated service record handle in service item --- src/sdp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sdp.c b/src/sdp.c index dd3d96899..4d7e352a2 100644 --- a/src/sdp.c +++ b/src/sdp.c @@ -155,6 +155,7 @@ uint32_t sdp_register_service_internal(void *connection, service_record_item_t * if (!record_handle){ record_handle = sdp_create_service_record_handle(); // Write the handle back into the record too + record_item->service_record_handle = record_handle; sdp_set_attribute_value_for_attribute_id(record, SDP_ServiceRecordHandle, record_handle); }