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

This commit is contained in:
Oswald Buddenhagen 2005-12-18 14:10:40 +00:00
parent 633869d040
commit 6d229848a5

View File

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