From bc1b7a48a0c52db1a1071f37804683f4780e69da Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 31 Jan 2013 11:39:08 -0600 Subject: [PATCH] core: Fix checking for correct async operation id --- src/profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile.c b/src/profile.c index ea9e0d4a8..211f20cec 100644 --- a/src/profile.c +++ b/src/profile.c @@ -977,7 +977,7 @@ static void ext_auth(DBusError *err, void *user_data) goto drop; } - if (conn->auth_id > 0) { + if (conn->svc_id > 0) { DBG("Connection from %s authorized but still waiting for SDP", addr); return; -- 2.47.3