소스 검색

core: fixed small bug in main.c

just a typo (default_core_cfg instead of default_core.cfg)
Elias Baixas 15 년 전
부모
커밋
94d2d2e602
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;