SOURCES: obex-data-server-bluez.patch (NEW) - build with new api

patrys patrys at pld-linux.org
Sun Sep 7 14:10:58 CEST 2008


Author: patrys                       Date: Sun Sep  7 12:10:58 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- build with new api

---- Files affected:
SOURCES:
   obex-data-server-bluez.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/obex-data-server-bluez.patch
diff -u /dev/null SOURCES/obex-data-server-bluez.patch:1.1
--- /dev/null	Sun Sep  7 14:10:58 2008
+++ SOURCES/obex-data-server-bluez.patch	Sun Sep  7 14:10:52 2008
@@ -0,0 +1,11 @@
+--- obex-data-server-0.3.4/src/ods-bluez.c~	2008-06-27 17:21:14.000000000 +0200
++++ obex-data-server-0.3.4/src/ods-bluez.c	2008-09-07 14:01:24.110825236 +0200
+@@ -314,7 +314,7 @@
+ 		goto err;
+ 	}
+ 	
+-	sdp_record = sdp_extract_pdu ((uint8_t *)record_array->data, &scanned);
++	sdp_record = sdp_extract_pdu ((uint8_t *)record_array->data, record_array->len, &scanned);
+ 	
+ 	/* get channel for this service */
+ 	if (sdp_get_access_protos (sdp_record, &protos) != 0) {
================================================================


More information about the pld-cvs-commit mailing list