summaryrefslogtreecommitdiff
path: root/src/who.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/who.c')
-rw-r--r--src/who.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/who.c b/src/who.c
index 82921b0f5..211b08fb7 100644
--- a/src/who.c
+++ b/src/who.c
@@ -414,7 +414,7 @@ print_user (const STRUCT_UTMP *utmp_ent, time_t boottime)
hostlen = 1;
hoststr = xrealloc (hoststr, hostlen);
}
- stpcpy (hoststr, "");
+ *hoststr = '\0';
}
#endif