(srvconv): set timestamp in newly created entries

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7706 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-01-02 03:56:21 +00:00
parent 2745e26e15
commit 3eda943a2f

View File

@@ -146,6 +146,7 @@ srvconv(int argc, char **argv)
}
entry.vno = kvno;
entry.timestamp = time (NULL);
entry.keyblock.keyvalue.data = key;
entry.keyblock.keyvalue.length = 8;