Merge remote-tracking branch 'origin/master' into obsd

This commit is contained in:
Matthieu Herrb 2023-11-08 12:00:16 +01:00
commit cc09e26976
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
project(
'seatd',
'c',
version: '0.7.0',
version: '0.8.0',
license: 'MIT',
meson_version: '>=0.60.0',
default_options: [

View file

@ -537,7 +537,7 @@ static int seat_disable_client(struct client *client) {
errno = EBUSY;
return -1;
}
assert(seat->active_client = client);
assert(seat->active_client == client);
// We *deactivate* all remaining fds. These may later be reactivated.
// The reason we cannot just close them is that certain device fds, such