diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-11-11 17:33:40 +0200 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-11-11 17:33:40 +0200 | 
| commit | 5dfd44663736ab9f09b1918f0642c34dc426a553 (patch) | |
| tree | 58655d1141cbfa13ca6c49c4a9412e20cd653268 | |
| parent | 5c6426eff87049c9f8e49877f650772840907239 (diff) | |
Remove duplicate (and incorrect) call to adapter_get_address
| -rw-r--r-- | plugins/service.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/plugins/service.c b/plugins/service.c index 98026e34..5282a5e4 100644 --- a/plugins/service.c +++ b/plugins/service.c @@ -577,7 +577,6 @@ static void auth_cb(DBusError *derr, void *user_data)  	}  	if (derr) { -		adapter_get_address(serv_adapter->adapter, &src);  		error("Access denied: %s", derr->message);  		reply = not_authorized(auth->msg); | 
