mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-02 22:05:04 +02:00
fix: compilation error after rebase
This commit is contained in:
parent
a08ffa5a75
commit
1714b477ad
2
src/ui.c
2
src/ui.c
@ -200,7 +200,7 @@ int load(struct Vector* users, struct Vector* sessions) {
|
||||
of_passwd = ofield_new(0);
|
||||
|
||||
struct LaunchState initial_state = read_launch_state();
|
||||
if(initial_state.user_opt > users->length || initial_state.session_opt > sessions->length + behavior.include_defshell) {
|
||||
if(initial_state.user_opt > users->length || initial_state.session_opt > sessions->length + g_config->behavior.include_defshell) {
|
||||
initial_state.user_opt = 1;
|
||||
initial_state.session_opt = 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user