Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

get_uucp in addresbr.c for MMDF systems?

0 views
Skip to first unread message

Dana A. Groff

unread,
Jun 4, 1996, 3:00:00 AM6/4/96
to

the goto in sbr/addrsbr.c (line 151) is referencing a non-existant target.

if (host) {
#ifdef MF
#ifdef MMDFMTS
if (up && uleq (host, LocalName ())
&& (pp = rindex (mbox, '%'))
&& uleq (up, pp + 1)) {/* uucpaddr%<uucp>@<local> */
*pp = NULL;
goto get_uucp;
}
#else /* not MMDFMTS */

get_uucp doesn't exist.

Has someone fixed this yet? (is there a patch?)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dana A. Groff Transarc Corporation, Gulf Tower, Pittsburgh PA 15219
gro...@transarc.com VOICE: 412-338-4428 FAX: 412-338-4404
http://www.transarc.com/~groff/Home.html #include <std.disclaimer>
[WANTED: experienced software professionals for Encina(TP), DCE, DFS,
AFS development, consulting, and support. Contact me for more info.]


Dana A. Groff

unread,
Jun 4, 1996, 3:00:00 AM6/4/96
to

> the goto in sbr/addrsbr.c (line 151) is referencing a non-existant target.
>
> if (host) {
> #ifdef MF
> #ifdef MMDFMTS
> if (up && uleq (host, LocalName ())
> && (pp = rindex (mbox, '%'))
> && uleq (up, pp + 1)) {/* uucpaddr%<uucp>@<local> */
> *pp = NULL;
> goto get_uucp;
> }
> #else /* not MMDFMTS */
>
> get_uucp doesn't exist.
>
> Has someone fixed this yet? (is there a patch?)
>

Well answering my own question: use mmdf2/smtp and you won't see this code.
Since this "bug" has been there since 6.7, I suspect this is an unused code
path. Is there any effort to "clear out" such things?

Dana

0 new messages