summaryrefslogtreecommitdiff
path: root/mesh/manager.c
diff options
context:
space:
mode:
authorMichaƂ Lowas-Rzechonek <michal.lowas-rzechonek@silvair.com>2020-04-01 12:24:58 +0200
committerBrian Gix <brian.gix@intel.com>2020-04-01 12:06:14 -0700
commit4b2d782fb6c47b23f1a347173af4040ae05e7a5d (patch)
treef6759fd40ed82c4f27a1c591812d883eccf45d5f /mesh/manager.c
parent5be1ae4dd020752bc651d45f7aa01dedf6309189 (diff)
downloadbluez-4b2d782fb6c47b23f1a347173af4040ae05e7a5d.tar.gz
mesh: Remove unused 'server' argument
Diffstat (limited to 'mesh/manager.c')
-rw-r--r--mesh/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh/manager.c b/mesh/manager.c
index 8e948e47d..2fecc2eb2 100644
--- a/mesh/manager.c
+++ b/mesh/manager.c
@@ -257,7 +257,7 @@ static struct l_dbus_message *add_node_call(struct l_dbus *dbus,
}
- if (!initiator_start(PB_ADV, uuid, 99, 0, 60, add_pending->agent,
+ if (!initiator_start(PB_ADV, uuid, 99, 60, add_pending->agent,
add_data_get, add_cmplt, node, add_pending)) {
reply = dbus_error(msg, MESH_ERROR_FAILED,
"Failed to start provisioning initiator");