diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-11-22 11:47:19 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-11-22 11:47:19 +0000 |
commit | ab5de0c3939158ce42f347100dc4a066862fd93d (patch) | |
tree | 481d8287d66a224bb3c25ef6afa355aa2113ddb9 /hcid/service-agent.c | |
parent | 51c890931321ca0f16377dfe02e11091ed81ac26 (diff) |
Use AddServiceRecordFromXML as method name
Diffstat (limited to 'hcid/service-agent.c')
-rw-r--r-- | hcid/service-agent.c | 2 |
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); |