Add support for show communities monitoring request
[trust_router.git] / tr / trmon_main.c
index 440391e..e6d4253 100644 (file)
@@ -206,7 +206,7 @@ int main(int argc, char *argv[])
   }
 
   /* Print the JSON to stdout */
-  json_dumpf(mon_resp_encode(resp), stdout, JSON_INDENT(4) | JSON_SORT_KEYS);
+  json_dumpf(mon_resp_encode(resp), stdout, JSON_INDENT(4));
   printf("\n");
 
   /* success */