Diff between ced871671806fbe191609d04adaada1a4dba31f5 and 0b8e166fd8a93ce455e2501112f31d3426ae723c

Changed Files

File Additions Deletions Status
client/main.c +1 -0 modified

Full Patch

diff --git a/client/main.c b/client/main.c
index 79658a4..1669d2c 100644
--- a/client/main.c
+++ b/client/main.c
@@ -942,6 +942,7 @@ static void cmd_show(int argc, char *argv[])
 		print_property(adapter->ad_proxy, "SupportedIncludes");
 		print_property(adapter->ad_proxy, "SupportedSecondaryChannels");
 		print_property(adapter->ad_proxy, "SupportedCapabilities");
+		print_property(adapter->ad_proxy, "SupportedFeatures");
 	}
 
 	if (adapter->adv_monitor_proxy) {