diff options
Diffstat (limited to 'audio/control.c')
| -rw-r--r-- | audio/control.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/audio/control.c b/audio/control.c index 244c44cc..9d21b594 100644 --- a/audio/control.c +++ b/audio/control.c @@ -675,6 +675,8 @@ static void avctp_server_cb(GIOChannel *chan, int err, const bdaddr_t *src,  		goto drop;  	} +	ba2str(dst, address); +  	if (session->sock >= 0) {  		error("Refusing unexpected connect from %s", address);  		goto drop; | 
