Diff between 3e6157966f4d76b410fb0d1f371e07415d3d141a and 664c55440b36eaad73b0ce6d400ed3334f872151
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 60f1eb8..9403f1a 100644
--- a/client/main.c
+++ b/client/main.c
@@ -941,6 +941,7 @@ static void cmd_show(int argc, char *argv[])
print_property(adapter->ad_proxy, "SupportedInstances");
print_property(adapter->ad_proxy, "SupportedIncludes");
print_property(adapter->ad_proxy, "SupportedSecondaryChannels");
+ print_property(adapter->ad_proxy, "SupportedCapabilities");
}
if (adapter->adv_monitor_proxy) {