isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit 6d229848a5c77c48713fb75b4cdc8de22e8b7741
parent 633869d040962dc3806acfb0db83fd2096ce8843
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Sun, 18 Dec 2005 14:10:40 +0000

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

Diffstat:
Msrc/config.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/config.c b/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; }