Skip to content

Commit

Permalink
Fix compilation warning
Browse files Browse the repository at this point in the history
Reviewed By: knekritz

Differential Revision: D25343356

fbshipit-source-id: 9c444f078c0467c6b7c3f7fda80df9c253359d9a
  • Loading branch information
amirlivneh authored and facebook-github-bot committed Dec 5, 2020
1 parent b8a9275 commit 450a6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fizz/server/ServerProtocol.cpp
Expand Up @@ -516,7 +516,7 @@ static ResumptionStateResult getResumptionState(
}
}

Future<ReplayCacheResult> getReplayCacheResult(
static Future<ReplayCacheResult> getReplayCacheResult(
const ClientHello& chlo,
bool zeroRttEnabled,
ReplayCache* replayCache) {
Expand Down

0 comments on commit 450a6f6

Please sign in to comment.