X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fovsdb-error.c;h=c57175abb0c78c6b6ac0cca23009b318f210720d;hb=b4d76c80a078dcf641f36aa3b3b50a5667a27e16;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;