소스 검색

and again(

Roman Dmitriev 2 년 전
부모
커밋
d9dfe78516
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/fetch_new_arp.pl

+ 1 - 1
scripts/fetch_new_arp.pl

@@ -30,7 +30,7 @@ flock(SELF, LOCK_EX|LOCK_NB) or exit 1;
 
 setpriority(0,0,19);
 
-if ($config_ref->{config_mode}) { log_info("System in configuration mode! Skip discovery."); exit; }
+if ($config_ref{config_mode}) { log_info("System in configuration mode! Skip discovery."); exit; }
 
 my %mac_history;