screencast: fix missing return value assignement

This commit is contained in:
columbarius 2022-01-14 00:56:29 +01:00 committed by Simon Ser
parent d0c6b7f3a9
commit 55d73ab647
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ static int method_screencast_select_sources(sd_bus_message *msg, void *data,
if (ret < 0) {
return ret;
}
sd_bus_message_enter_container(msg, 'a', "{sv}");
ret = sd_bus_message_enter_container(msg, 'a', "{sv}");
if (ret < 0) {
return ret;
}