bugzilla-daemon at mindrot.org
2002-Jul-18  04:07 UTC
[Bug 312] canhost.h needs to be included
http://bugzilla.mindrot.org/show_bug.cgi?id=312 ------- Additional Comments From stevesk at pobox.com 2002-07-18 14:07 ------- why is it required? i don't see any canohost.h functions in those files. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jul-18  06:11 UTC
[Bug 312] canhost.h needs to be included
http://bugzilla.mindrot.org/show_bug.cgi?id=312 ------- Additional Comments From dirk.meyer at dinoex.sub.org 2002-07-18 16:11 ------- Well it is conditional. # grep -C -n get_canonical_hostname auth2.c.orig 236- /* XXX: privsep */ 237- loginfailed(authctxt->user, 238: get_canonical_hostname(options.verify_reverse_mapping), 239- "ssh"); 240-#endif /* WITH_AIXAUTHENTICATE */ # grep -C -n get_canonical_hostname auth1.c.orig 327- /* XXX: privsep */ 328- loginfailed(authctxt->user, 329: get_canonical_hostname(options.verify_reverse_mapping), 330- "ssh"); 331-#endif /* WITH_AIXAUTHENTICATE */ ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2002-Jul-19  00:06 UTC
[Bug 312] canhost.h needs to be included
http://bugzilla.mindrot.org/show_bug.cgi?id=312
stevesk at pobox.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
------- Additional Comments From stevesk at pobox.com  2002-07-19 10:06 -------
i see.
they were re/moved about 2 weeks ago.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.