Explorar o código

Fix whitespace in parse_client_port_config()

Fabian Keil %!s(int64=14) %!d(string=hai) anos
pai
achega
087e0569c3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/config.c

+ 1 - 1
src/or/config.c

@@ -4980,7 +4980,7 @@ parse_client_port_config(smartlist_t *out,
   /* FooListenAddress is deprecated; let's make it work like it used to work,
    * though. */
   if (listenaddrs) {
-    int mainport = defaultport;
+   int mainport = defaultport;
 
    if (ports && ports->next) {
       log_warn(LD_CONFIG, "%sListenAddress can't be used when there are "