X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Ffile.c;h=f0913e9d3bf388d4878a91ddc3bf0125523d9018;hb=c73814a3e6cbdf8c4083ef1d510377e41cb82f6a;hp=cf5bb41d4b10a7f84397dd77ef7abfe900cba0ec;hpb=a0bc29a541fc7dc6e20137d5558e2094d614e6ab;p=openvswitch diff --git a/ovsdb/file.c b/ovsdb/file.c index cf5bb41d..f0913e9d 100644 --- a/ovsdb/file.c +++ b/ovsdb/file.c @@ -737,7 +737,7 @@ ovsdb_file_txn_commit(struct json *json, const char *comment, if (comment) { json_object_put_string(json, "_comment", comment); } - json_object_put(json, "_date", json_integer_create(time_now())); + json_object_put(json, "_date", json_integer_create(time_wall())); error = ovsdb_log_write(log, json); json_destroy(json);