From ddd1870fe180230d9f53aeba82c2d6af65803e52 Mon Sep 17 00:00:00 2001 From: svost Date: Sun, 4 Oct 2015 21:45:26 +0300 Subject: [PATCH] Update ntp.h --- src/ntp.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/ntp.h b/src/ntp.h index 6ec9191..8cf3be6 100644 --- a/src/ntp.h +++ b/src/ntp.h @@ -2,7 +2,7 @@ int64_t NtpGetTime(CNetAddr& ip); // Get time from provided server. -int64_t NtpGetTime(std::string &strHostName); +int64_t NtpGetTime(const std::string &strHostName); extern std::string strTrustedUpstream; -- 1.7.1