minor bugs in openssh-2.3.0p1

Takumi Yamane yamtak at ix.netcom.com
Wed Dec 27 04:12:48 EST 2000


Hi,

I found that there are minor bugs in openssh-2.3.0p1.
There are some function checking for 'entutx?ent' in configure,
but its typo, it must be 'endutx?ent'.
Thus endutx?ent() was never called.

configure.in:line 296
  entutent -> endutent
configure.in:line 299
  entutxent -> endutxent
configure:line 2263
  entutent -> endutent
configure:line 2373
  entutxent -> endutxent
config.h.in:line 311
  entutent -> endutent
config.h.in:line 312
  HAVE_ENTUTENT -> HAVE_ENDUTENT
config.h.in:line 314
  entutxent -> endutxent
config.h.in:line 315
  HAVE_ENTUTXENT -> HAVE_ENDUTXENT


Regards.
Takumi Yamane <yamtak at b-session.com>





More information about the openssh-unix-dev mailing list