Added missing return value.
This commit is contained in:
parent
5dead2b296
commit
c859ad91c4
@ -91,8 +91,10 @@ static int user_busy_utmp (const char *name)
|
||||
continue;
|
||||
}
|
||||
|
||||
return USER_BUSY;
|
||||
return 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif /* !__linux__ */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user