summaryrefslogtreecommitdiffstats
path: root/hcid/service-agent.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-11-22 11:47:19 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-11-22 11:47:19 +0000
commitab5de0c3939158ce42f347100dc4a066862fd93d (patch)
tree481d8287d66a224bb3c25ef6afa355aa2113ddb9 /hcid/service-agent.c
parent51c890931321ca0f16377dfe02e11091ed81ac26 (diff)
Use AddServiceRecordFromXML as method name
Diffstat (limited to 'hcid/service-agent.c')
-rw-r--r--hcid/service-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/service-agent.c b/hcid/service-agent.c
index 9c46dd1f..e57c114c 100644
--- a/hcid/service-agent.c
+++ b/hcid/service-agent.c
@@ -254,7 +254,7 @@ static int add_record(DBusConnection *conn, const char *service_path)
const char *method;
int err;
- method = filename ? "AddServiceRecordAsXML" : "AddServiceRecord";
+ method = filename ? "AddServiceRecordFromXML" : "AddServiceRecord";
msg = dbus_message_new_method_call("org.bluez", "/org/bluez",
INTERFACE, method);