Skip to content

Commit

Permalink
Clarify comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed Jan 14, 2020
1 parent a7738eb commit f8a29c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/command/remote/remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ cmdRemote(int handleRead, int handleWrite)
protocolServerHandlerAdd(server, configProtocol);

// Acquire a lock if this command needs one. We'll use the noop that is always sent from the client right after the
// handshake to return an error.
// handshake to return an error. We can't take a lock earlier than this because we want the error to go back through the
// protocol layer.
volatile bool success = false;

TRY_BEGIN()
Expand Down

0 comments on commit f8a29c2

Please sign in to comment.