summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-03-28 10:30:59 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-03-28 10:30:59 +0000
commita0a5958c8641b14deaf48c06b60af34c1805f90e (patch)
treea1b45b3028fcfbf2e087fe7fe6dfbb12d1dd6ed5
parent80c5591a3c9323cafdc0f0d0ab753cfdd4fec2f5 (diff)
Fix remote address parameter of passkey requests
-rw-r--r--hcid/dbus-security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-security.c b/hcid/dbus-security.c
index dd238117..273c212e 100644
--- a/hcid/dbus-security.c
+++ b/hcid/dbus-security.c
@@ -407,7 +407,7 @@ static int call_passkey_agent(struct passkey_agent *agent, int dev, const char *
char bda[18];
char *ptr = bda;
- ba2str(sba, bda);
+ ba2str(dba, bda);
if (!agent) {
debug("call_passkey_agent(): no agent registered");