summaryrefslogtreecommitdiff
path: root/plugins/irmc.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2011-11-02 15:09:51 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2011-11-03 10:29:04 +0200
commitc28595bcea05b0aec3b5e62580dea3be5c52a562 (patch)
tree77ce574e2c762091795ed462723cfe07cde388b6 /plugins/irmc.c
parentbb3eb3c1addbbadc8a261f2a86c5ae085c0d383d (diff)
downloadobexd-c28595bcea05b0aec3b5e62580dea3be5c52a562.tar.gz
Move secure flag to service driver
The driver already define the channel so it makes sense to have the secure flag in the same place.
Diffstat (limited to 'plugins/irmc.c')
-rw-r--r--plugins/irmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/irmc.c b/plugins/irmc.c
index 3499ca7..4ea76c5 100644
--- a/plugins/irmc.c
+++ b/plugins/irmc.c
@@ -493,6 +493,7 @@ static struct obex_service_driver irmc = {
.name = "IRMC Sync server",
.service = OBEX_IRMC,
.channel = IRMC_CHANNEL,
+ .secure = TRUE,
.record = IRMC_RECORD,
.target = IRMC_TARGET,
.target_size = IRMC_TARGET_SIZE,