Diff between 31d63d55096182a774cfc985974333456f7783de and d6ee6f16e6e7a6b63f34265d86a60ce50d63a2c9
Changed Files
| File | Additions | Deletions | Status |
| audio/gstavdtpsink.c | +1 | -1 | modified |
Full Patch
diff --git a/audio/gstavdtpsink.c b/audio/gstavdtpsink.c
index ce1365a..cab366b 100644
--- a/audio/gstavdtpsink.c
+++ b/audio/gstavdtpsink.c
@@ -1868,7 +1868,7 @@ static int gst_avdtp_sink_audioservice_recv(GstAvdtpSink *self,
ssize_t bytes_read;
const char *type, *name;
uint16_t length;
- int fd, err;
+ int fd, err = 0;
length = inmsg->length ? inmsg->length : BT_SUGGESTED_BUFFER_SIZE;