Skip to content

Commit

Permalink
Fixup r325264, take #2
Browse files Browse the repository at this point in the history
whack an unused variable
  • Loading branch information
mjguzik committed Nov 1, 2017
1 parent 0ab2a19 commit f843504
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/kern/kern_loginclass.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ struct loginclass *
loginclass_find(const char *name)
{
struct loginclass *lc, *new_lc;
struct ucred *cred;

if (name[0] == '\0' || strlen(name) >= MAXLOGNAME)
return (NULL);
Expand Down

0 comments on commit f843504

Please sign in to comment.