Update fdbrpc/Stats.h

Co-Authored-By: Evan Tschannen <36455792+etschannen@users.noreply.github.com>
This commit is contained in:
Markus Pilman 2019-07-31 19:56:21 -07:00 committed by GitHub
parent 7d247af500
commit 0e474ed47e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public:
}
TimedRequest() {
if (FlowTransport::isClient()) {
if (!FlowTransport::isClient()) {
_requestTime = timer();
} else {
_requestTime = 0.0;