Browse Source

core: fixed small bug in main.c

just a typo (default_core_cfg instead of default_core.cfg)
Elias Baixas 15 years ago
parent
commit
94d2d2e602
1 changed files with 1 additions and 1 deletions
  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;