diff options
Diffstat (limited to 'audio/avdtp.c')
| -rw-r--r-- | audio/avdtp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/audio/avdtp.c b/audio/avdtp.c index 22e042d4..a92d1281 100644 --- a/audio/avdtp.c +++ b/audio/avdtp.c @@ -2991,7 +2991,7 @@ int avdtp_init(GKeyFile *config)  	if (avdtp_server)  		return 0; -	tmp = g_key_file_get_boolean(config, "General", "ForceMaster", +	tmp = g_key_file_get_boolean(config, "General", "Master",  			&err);  	if (err) {  		debug("audio.conf: %s", err->message); | 
