diff options
Diffstat (limited to 'input')
| -rw-r--r-- | input/server.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/input/server.c b/input/server.c index c0ed1f7a..164426e4 100644 --- a/input/server.c +++ b/input/server.c @@ -65,8 +65,6 @@ static void auth_callback(DBusError *derr, void *user_data)  	if (derr) {  		error("Access denied: %s", derr->message); -		if (dbus_error_has_name(derr, DBUS_ERROR_NO_REPLY)) -			btd_cancel_authorization(&auth->src, &auth->dst);  		input_device_close_channels(&auth->src, &auth->dst);  	} else | 
