(logout): Initialize DATA to a state that will make setutent_r happy.
authorMiles Bader <miles@gnu.org>
Mon, 15 Jul 1996 16:25:44 +0000 (16:25 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 15 Jul 1996 16:25:44 +0000 (16:25 +0000)
login/logout.c

index bf45451..8575512 100644 (file)
@@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA.  */
 int
 logout (const char *line)
 {
-  struct utmp_data data;
+  struct utmp_data data = { ut_fd: -1 };
   struct utmp tmp;
   struct utmp *ut;
   int result = 0;