Displaying 1 result from an estimated 1 matches for "utmpx_get_entry".
Did you mean:
wtmpx_get_entry
2002 Jul 09
0
[Bug 347] New: wrong macro used
...OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: rodney at bond.net
This is with version 3.4p1 of OpenSSH.
In the file "loginrec.c", function utmpx_get_entry(), around line #1252
the macro WTMP_FILE is used when it should be WTMPX_FILE (note the 'X').
OpenSSH 3.4p1 will not compile because of this when the build is configured to
use wtmpx.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching t...