Diff between 95b7ce7165c2e4939b1aa76666e3fe664fe8aef1 and 339a4789e4c2d0ed0d319fa401ad196db859767a
Changed Files
| File | Additions | Deletions | Status |
| unit/test-gobex.c | +1 | -1 | modified |
Full Patch
diff --git a/unit/test-gobex.c b/unit/test-gobex.c
index ae830fc..12bc4b5 100644
--- a/unit/test-gobex.c
+++ b/unit/test-gobex.c
@@ -33,7 +33,7 @@
static GMainLoop *mainloop = NULL;
static uint8_t pkt_connect_req[] = { G_OBEX_OP_CONNECT | FINAL_BIT,
- 0x00, 0x07, 0x01, 0x00, 0x10, 0x00 };
+ 0x00, 0x07, 0x10, 0x00, 0x10, 0x00 };
static uint8_t hdr_connid[] = { G_OBEX_HDR_ID_CONNECTION, 1, 2, 3, 4 };
static uint8_t hdr_name_ascii[] = { G_OBEX_HDR_ID_NAME, 0x00, 0x0b,