]> andersk Git - openssh.git/commitdiff
[loginrec.c] Bug 347: Fix typo (WTMPX_FILE) report by rodney@bond.net
authortim <tim>
Sun, 14 Jul 2002 22:33:20 +0000 (22:33 +0000)
committertim <tim>
Sun, 14 Jul 2002 22:33:20 +0000 (22:33 +0000)
ChangeLog
loginrec.c

index f037807d9da36f4106f1cd56e34289e76387ee4e..40c81ee5d725a0694fc709fc654ac6c0dcee3e23 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
    Based on patch from nalin@redhat.com of code extracted from Owl's package
  - (tim) [ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.
    report by chris@by-design.net
+ - (tim) [loginrec.c] Bug 347: Fix typo (WTMPX_FILE) report by rodney@bond.net
 
 20020712
  - (tim) [Makefile.in] quiet down install-files: and check-user:
index 7aa102545fcaa3c260ae7daeada7f015626f31a9..f41738e218b3c06ae4b0adc85446a81c3d107302 100644 (file)
@@ -1249,7 +1249,7 @@ wtmpx_get_entry(struct logininfo *li)
        }
        if (fstat(fd, &st) != 0) {
                log("wtmpx_get_entry: couldn't stat %s: %s",
-                   WTMP_FILE, strerror(errno));
+                   WTMPX_FILE, strerror(errno));
                close(fd);
                return 0;
        }
This page took 0.04915 seconds and 5 git commands to generate.