From 5955e79c289c99d3783920d50d4f7a18f5a6bbec Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 13 Feb 2012 13:37:48 +0200 Subject: [PATCH] obexd: Update record to support version 1.2 with GoepL2capPsm attribute --- obexd/plugins/ftp.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/obexd/plugins/ftp.c b/obexd/plugins/ftp.c index 9b102d00f..56cedb916 100644 --- a/obexd/plugins/ftp.c +++ b/obexd/plugins/ftp.c @@ -81,7 +81,7 @@ \ \ \ - \ + \ \ \ \ @@ -89,6 +89,9 @@ \ \ \ + \ + \ + \ " static const uint8_t FTP_TARGET[TARGET_SIZE] = { @@ -517,6 +520,7 @@ static struct obex_service_driver ftp = { .name = "File Transfer server", .service = OBEX_FTP, .channel = FTP_CHANNEL, + .port = OBEX_PORT_RANDOM, .secure = TRUE, .record = FTP_RECORD, .target = FTP_TARGET, -- 2.47.3