diff options
author | dec05eba <0xdec05eba@gmail.com> | 2018-05-22 03:39:19 +0200 |
---|---|---|
committer | dec05eba <0xdec05eba@gmail.com> | 2018-05-22 03:39:22 +0200 |
commit | 27699207f857e06ac23707b55325565a2790e878 (patch) | |
tree | 3fb3ae179238a4d32c8de80496ca2816b1e5727d /src | |
parent | f2cf653eb9967dc9ee26cbe7a43d1815bd526563 (diff) |
Follow cppcheck suggestions
Diffstat (limited to 'src')
-rw-r--r-- | src/Database.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Database.cpp b/src/Database.cpp index 8d32240..a05aae6 100644 --- a/src/Database.cpp +++ b/src/Database.cpp @@ -555,7 +555,7 @@ namespace odhtdb nodePutWithRetry(&node, dhtKey.getNewDataListenerKey(), addDataValue); } - ntp::NtpTimestamp Database::getSyncedTimestampUtc() const + ntp::NtpTimestamp Database::getSyncedTimestampUtc() { while(!timestampSynced) { |