diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-05-22 03:39:19 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-18 23:25:46 +0200 |
commit | d6f16bfa14a0a46ab2d0aff697969ae051968181 (patch) | |
tree | e813258b43e35d7dfccff537010884e90683fda0 /src | |
parent | ac626d47ebd49188458d70f98c6d871b1b7e3f50 (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) { |