Skip to content

Commit

Permalink
bsock: added statement for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Aug 16, 2018
1 parent 0d1a281 commit c3f9d95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/lib/bsock.cc
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,8 @@ bool BareosSocket::TwoWayAuthenticate(JobControlRecord *jcr,
password.value,
jcr)) {
auth_success = false;
} else {
auth_success = true;
}
} else { /* console-director connection: start with tls handshake */
uint32_t remote_tls_policy;
Expand Down

0 comments on commit c3f9d95

Please sign in to comment.