innfeed: segmentation fault
Katsuhiro Kondou
kondou at nec.co.jp
Thu May 24 03:10:52 UTC 2001
In article <Pine.GSO.4.30.0105231405180.19144-100000 at boromir>,
Mirek Luc <mirecki at nask.pl> wrote;
} 567 if (SMerrno != SMERR_NOENT && SMerrno != SMERR_UNINIT) {
} 568 syslog(LOG_ERR, "Could not retrieve %s: %s",
} ^^^
} 569 article->fname, SMerrorstr);
} 570 article->articleOk = false;
} 571 return false;
} 572 }
}
} SMerrorstr passed to syslog() was NULL. Any ideas?
How about SMerrno?
--
Katsuhiro Kondou
More information about the inn-workers
mailing list