X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fovsdb-error.c;h=c57175abb0c78c6b6ac0cca23009b318f210720d;hb=ce5a3e38dacd8042dd7c4de7be24aca9c2887103;hp=c9221493dd8fce1dbb0f47007b0190d97908bf55;hpb=5f55c39b21e69025045437ffbd3bb98fe6ce2e89;p=openvswitch diff --git a/lib/ovsdb-error.c b/lib/ovsdb-error.c index c9221493..c57175ab 100644 --- a/lib/ovsdb-error.c +++ b/lib/ovsdb-error.c @@ -87,7 +87,7 @@ ovsdb_syntax_error(const struct json *json, const char *tag, if (json) { /* XXX this is much too much information in some cases */ - error->syntax = json_to_string(json, 0); + error->syntax = json_to_string(json, JSSF_SORT); } return error;