aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/or/control.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c
index 106327cc7..3650170bd 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -1064,7 +1064,8 @@ handle_control_authenticate(control_connection_t *conn, uint32_t len,
}
}
- if (options->HashedControlPassword || options->HashedControlSessionPassword) {
+ if (options->HashedControlPassword ||
+ options->HashedControlSessionPassword) {
int bad = 0;
smartlist_t *sl_tmp;
char received[DIGEST_LEN];