summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2006-09-12 18:16:00 +0000
committerClaudio Takahasi <claudio.takahasi@openbossa.org>2006-09-12 18:16:00 +0000
commitb5eb9bbc8bea09994ad3e05aabdcdff0748a17e5 (patch)
treea97c11acd9ef6f4ebf799f2ab8c5c528de8d31ba
parent1ed9d5f6db10745dbe2a8c7bf5f4d5b98ad66670 (diff)
removed unwanted comments.
-rw-r--r--hcid/dbus-sdp.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/hcid/dbus-sdp.c b/hcid/dbus-sdp.c
index 70de2f8c..07ed7782 100644
--- a/hcid/dbus-sdp.c
+++ b/hcid/dbus-sdp.c
@@ -520,11 +520,6 @@ static void remote_svc_rec_completed_cb(uint8_t type, uint16_t err, uint8_t *rsp
dbus_message_iter_open_container(&iter, DBUS_TYPE_ARRAY,
DBUS_TYPE_BYTE_AS_STRING, &array_iter);
- /*
- * FIXME: check rsp? How check for I/O error or wrong transaction id?
- * check the type value(Zero) is not reasonable!
- */
-
rec = sdp_extract_pdu(rsp, &scanned);
if (rec == NULL) {
error("SVC REC is null");
@@ -593,10 +588,6 @@ static void remote_svc_handles_completed_cb(uint8_t type, uint16_t err, uint8_t
dbus_message_iter_open_container(&iter, DBUS_TYPE_ARRAY,
DBUS_TYPE_UINT32_AS_STRING, &array_iter);
- /*
- * FIXME: check rsp? How check for I/O error or wrong transaction id?
- * check the type value(Zero) is not reasonable!
- */
pdata = rsp;
scanned = sdp_extract_seqtype(pdata, &dataType, &seqlen);
@@ -689,10 +680,6 @@ static void search_completed_cb(uint8_t type, uint16_t err, uint8_t *rsp, size_t
dbus_message_iter_open_container(&iter, DBUS_TYPE_ARRAY,
DBUS_TYPE_STRING_AS_STRING, &array_iter);
- /*
- * FIXME: check rsp? How check for I/O error or wrong transaction id?
- * check the type value(Zero) is not reasonable!
- */
pdata = rsp;
#ifdef SERVICE_SEARCH_ATTR_REQ