Diff between 2acbd111a9b8163b3c399a318107f978e1d3c977 and 15777b97b41312178e0c7b4d72572161fff4a608

Changed Files

File Additions Deletions Status
obexd/client/map.c +1 -1 modified

Full Patch

diff --git a/obexd/client/map.c b/obexd/client/map.c
index 801d715..4373d74 100644
--- a/obexd/client/map.c
+++ b/obexd/client/map.c
@@ -814,7 +814,7 @@ static const GDBusPropertyTable map_msg_properties[] = {
 	{ "Priority", "b", get_priority },
 	{ "Read", "b", get_read, set_read },
 	{ "Sent", "b", get_sent },
-	{ "Protected", "b", get_sent },
+	{ "Protected", "b", get_protected },
 	{ "Deleted", "b", NULL, set_deleted },
 	{ }
 };