summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utmps/utmps_utmpx_unpack.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utmps/utmps_utmpx_unpack.c b/src/utmps/utmps_utmpx_unpack.c
index a774356..218126b 100644
--- a/src/utmps/utmps_utmpx_unpack.c
+++ b/src/utmps/utmps_utmpx_unpack.c
@@ -7,7 +7,6 @@ void utmps_utmpx_unpack (char const *s, struct utmpx *b)
{
memcpy(b, s, sizeof(struct utmpx)) ;
b->ut_user[UTMPS_UT_NAMESIZE - 1] = 0 ;
- b->ut_id[UTMPS_UT_IDSIZE - 1] = 0 ;
b->ut_line[UTMPS_UT_LINESIZE - 1] = 0 ;
b->ut_host[UTMPS_UT_HOSTSIZE - 1] = 0 ;
}