Fix serial proxy record info attributes

This commit is contained in:
Johan Hedberg 2009-07-28 13:37:16 +03:00
parent a5650fa417
commit 9e239f6af9

View File

@ -217,8 +217,7 @@ static sdp_record_t *proxy_record_new(const char *uuid128, uint8_t channel)
add_lang_attr(record);
sdp_set_info_attr(record, "Port Proxy Entity",
NULL, "Port Proxy Entity");
sdp_set_info_attr(record, "Serial Proxy", NULL, "Serial Proxy");
sdp_data_free(ch);
sdp_list_free(proto[0], NULL);