[Michał Kulling] > Simple fix in redo_utmp_wtmp() function: > > in test function currently is check the same value: > > if ((wrote_wtmp_rlevel == 0) || (wrote_*wtmp*_rlevel == 0)) > > Changed to: > > if ((wrote_wtmp_rlevel == 0) || (wrote_*utmp*_rlevel == 0))
Did you figure out what the point of checking wrote_utmp_rlevel is? It seem like a no-brainer, but I did not dare to do this change myself without understanding why the code was like it was and exactly what it did. Can you explain? -- Happy hacking Petter Reinholdtsen