summaryrefslogtreecommitdiffstats
path: root/usr.bin/lastcomm/lastcomm.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/lastcomm/lastcomm.c')
-rw-r--r--usr.bin/lastcomm/lastcomm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c
index f8d90fc..08f971d 100644
--- a/usr.bin/lastcomm/lastcomm.c
+++ b/usr.bin/lastcomm/lastcomm.c
@@ -188,7 +188,7 @@ requested(argv, acp)
do {
p = user_from_uid(acp->ac_uid, 0);
- if (!strcmp(p, *argv))
+ if (!strcmp(p, *argv))
return (1);
if ((p = getdev(acp->ac_tty)) && !strcmp(p, *argv))
return (1);
OpenPOWER on IntegriCloud