]> andersk Git - gssapi-openssh.git/blobdiff - openssh/loginrec.c
Re-import of OpenSSH 3.7.1p2 (Chase\!)
[gssapi-openssh.git] / openssh / loginrec.c
index ef3e8e29051e5eeb1590a30d5ca6295139fcf927..8a7092b29d33ef63b38645f18467a6d96e05e540 100644 (file)
@@ -442,7 +442,7 @@ login_write (struct logininfo *li)
 int
 login_utmp_only(struct logininfo *li)
 {
-       li->type = LTYPE_LOGIN;
+       li->type = LTYPE_LOGIN; 
        login_set_current_time(li);
 # ifdef USE_UTMP
        utmp_write_entry(li);
@@ -1534,7 +1534,7 @@ lastlog_get_entry(struct logininfo *li)
                lastlog_populate_entry(li, &last);
                return (1);
        case -1:
-               error("%s: Error reading from %s: %s", __func__,
+               error("%s: Error reading from %s: %s", __func__, 
                    LASTLOG_FILE, strerror(errno));
                return (0);
        default:
This page took 0.049918 seconds and 4 git commands to generate.