chiark / gitweb /
sysv: rework suse/debian special bootup runlevel handling
[elogind.git] / utmp-wtmp.c
index 0cc9ceca84b3014b2a36c6ddd07736c5021713e7..cb3f201322edbef648ca68b7bf5cb8933d231711 100644 (file)
@@ -179,7 +179,7 @@ int utmp_put_reboot(usec_t timestamp) {
         init_entry(&store, timestamp);
 
         store.ut_type = BOOT_TIME;
-        strncpy(store.ut_user, "reboot", sizeof(store.ut_type));
+        strncpy(store.ut_user, "reboot", sizeof(store.ut_user));
 
         return write_entry_both(&store);
 }