46c6c426d4
add 0001-mesh-Fix-segmentation-fault-on-Join-call.patch (boo#1152672) OBS-URL: https://build.opensuse.org/request/show/741493 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=277
12 lines
315 B
Diff
12 lines
315 B
Diff
--- bluez-5.8.orig/lib/sdp.h
|
|
+++ bluez-5.8/lib/sdp.h
|
|
@@ -34,7 +34,7 @@ extern "C" {
|
|
#include <stdint.h>
|
|
#include <bluetooth/bluetooth.h>
|
|
|
|
-#define SDP_UNIX_PATH "/var/run/sdp"
|
|
+#define SDP_UNIX_PATH "/run/sdp"
|
|
#define SDP_RESPONSE_TIMEOUT 20
|
|
#define SDP_REQ_BUFFER_SIZE 2048
|
|
#define SDP_RSP_BUFFER_SIZE 65535
|