소스 검색

it's beyond me what this memset was supposed to do ...

Oswald Buddenhagen 19 년 전
부모
커밋
6d229848a5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/config.c

+ 0 - 1
src/config.c

@@ -331,7 +331,6 @@ load_config( const char *where, int pseudo )
 					*p = 0;
 					for (store = stores; store; store = store->next)
 						if (!strcmp( store->name, cfile.val + 1 )) {
-							memset( sptarg, 0, sizeof(*sptarg) );
 							*sptarg = store;
 							goto stpcom;
 						}