From 339a4789e4c2d0ed0d319fa401ad196db859767a Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 27 Jun 2011 11:17:48 +0300 Subject: [PATCH] gobex: Fix OBEX version in connect packet --- unit/test-gobex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-gobex.c b/unit/test-gobex.c index ae830fc53..12bc4b52b 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, -- 2.47.3