diff options
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index 46d873b961..42b04b6dd3 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -810,9 +810,9 @@ control_setconf_helper(control_connection_t *conn, uint32_t len, char *body, ++eq; memcpy(outp, body, eq-body); outp += (eq-body); - *outp++ = ' '; body = eq+1; if (*eq == '=') { + *outp++ = ' '; if (*body != '\"') { while (!TOR_ISSPACE(*body)) *outp++ = *body++; |