user-accounts: Replace deprecated g_spawn_check_exit_status

This commit is contained in:
Robert Ancell 2022-05-31 15:21:37 +12:00
parent 46932dcffe
commit 23d70d6952

View file

@ -156,7 +156,7 @@ is_valid_username_child_watch_cb (GPid pid,
g_task_return_boolean (task, valid);
}
else {
g_spawn_check_exit_status (status, &error);
g_spawn_check_wait_status (status, &error);
g_task_return_error (task, error);
}