module-avb: internal: make sure that the descriptor are modifiable at runtime

This commit is contained in:
hackerman-kl 2025-11-28 19:54:30 +01:00 committed by Wim Taymans
parent af62143327
commit c48e835d0c

View file

@ -94,7 +94,7 @@ static inline void server_destroy_descriptors(struct server *server)
} }
} }
static inline const struct descriptor *server_find_descriptor(struct server *server, static inline struct descriptor *server_find_descriptor(struct server *server,
uint16_t type, uint16_t index) uint16_t type, uint16_t index)
{ {
struct descriptor *d; struct descriptor *d;