Little problem in startinnfeed

Sven Paulus sven at karlsruhe.org
Wed Jul 11 12:13:28 UTC 2001



startinnfeed of current snapshots segfaults when startinnfeed is called
without arguments.

The fix is to use
    if ((argc > 1) && (strcmp(argv[1],"imapfeed") == 0))  
instead of
    if ((argc > 0) && (strcmp(argv[1],"imapfeed") == 0))  

Sven


More information about the inn-bugs mailing list