[13806] in Athena Bugs
telnetd patch to audit
daemon@ATHENA.MIT.EDU (Daniel G. Pouzzner)
Thu Aug 31 19:13:08 1995
Date: Thu, 31 Aug 1995 19:12:56 -0400
From: "Daniel G. Pouzzner" <douzzer@prez.mit.edu>
To: bugs@MIT.EDU
there is one more problem with the patch that i discovered after
the initial posting:
because i declared "struct sockaddr_in PeerName" in telnetd/main.c,
and because it is declared extern'd in libtelnet/kerberos.c, the
telnet client itself will fail to build, producing a link error.
solution: declare PeerName in libtelnet/kerberos.c, and extern it in
telnetd/main.c (swap the extern'ing in the two files).
-douzzer