X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Ffile.c;h=f0913e9d3bf388d4878a91ddc3bf0125523d9018;hb=e89e5374bebd6ae00098ce40511a36daa09fc77e;hp=cf5bb41d4b10a7f84397dd77ef7abfe900cba0ec;hpb=ada496b5cc123fca2913be8b73097934f528cec8;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);