Diff between 7641572bde6fcad919a770d7dc35a5886b4e916b and fde23152d3773eb9b61879c7a2d2a60b64c5c73f

Changed Files

File Additions Deletions Status
src/profile.c +1 -1 modified

Full Patch

diff --git a/src/profile.c b/src/profile.c
index f065235..f30f4f6 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -2209,7 +2209,7 @@ static struct ext_profile *create_ext(const char *owner, const char *path,
 	p->local_uuid = ext->service ? ext->service : ext->uuid;
 	p->remote_uuid = ext->remote_uuid;
 
-	if (ext->enable_server || ext->record || ext->get_record) {
+	if (ext->enable_server) {
 		p->adapter_probe = ext_adapter_probe;
 		p->adapter_remove = ext_adapter_remove;
 	}