소스 검색

Add comment for #740

Sebastian Wolf 2 년 전
부모
커밋
01be448dc0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      plugins/check_snmp.c

+ 1 - 0
plugins/check_snmp.c

@@ -490,6 +490,7 @@ main (int argc, char **argv)
 			is_ticks = 1;
 		}
 		else {
+			/* This branch is expected to be error-handling only */
 			show = response;
 			show_length = strlen(show);
 			for (int i = 0; i < show_length; i++){