Merge remote-tracking branch 'origin/master' into obsd
This commit is contained in:
commit
cc09e26976
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
project(
|
||||
'seatd',
|
||||
'c',
|
||||
version: '0.7.0',
|
||||
version: '0.8.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.60.0',
|
||||
default_options: [
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue