Explorar o código

core: fixed small bug in main.c

just a typo (default_core_cfg instead of default_core.cfg)
Elias Baixas %!s(int64=15) %!d(string=hai) anos
pai
achega
94d2d2e602
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.c

+ 1 - 1
main.c

@@ -1274,7 +1274,7 @@ int main_loop()
 			}
 		}
 #else
-		default_core.cfg.udp4_raw = 0;
+		default_core_cfg.udp4_raw = 0;
 #endif /* USE_RAW_SOCKS */
 		} else
 			sendipv6=bind_address;