drm: fix leases not having a backend attached (#97)

This commit is contained in:
Ikalco 2024-10-14 05:36:46 -05:00 committed by GitHub
parent 65dd97b5d2
commit 7c1322da25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2056,6 +2056,7 @@ SP<CDRMLease> Aquamarine::CDRMLease::create(std::vector<SP<IOutput>> outputs) {
} }
lease->leaseFD = leaseFD; lease->leaseFD = leaseFD;
lease->backend = backend;
backend->log(AQ_LOG_DEBUG, std::format("drm lease: lease granted with lessee id {}", lease->lesseeID)); backend->log(AQ_LOG_DEBUG, std::format("drm lease: lease granted with lessee id {}", lease->lesseeID));