diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-07-13 11:26:32 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-07-14 15:14:18 +0200 |
commit | 1d4caa929f8766cb926dc2578e29d389fe186d41 (patch) | |
tree | 1e1dbd65868fb1cf37524a56ec668a74db6c9d82 | |
parent | 1830801f0f3302ffa038c93fc0749911080693b9 (diff) |
broadband-modem-mbim: fix passing new slots array in the set operation
-rwxr-xr-x | src/mm-broadband-modem-mbim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-broadband-modem-mbim.c b/src/mm-broadband-modem-mbim.c index bd34b3bf..ade9de44 100755 --- a/src/mm-broadband-modem-mbim.c +++ b/src/mm-broadband-modem-mbim.c @@ -6620,7 +6620,7 @@ before_set_query_device_slot_mappings_ready (MbimDevice *device, } message = mbim_message_ms_basic_connect_extensions_device_slot_mappings_set_new (map_count, - (const MbimSlot **)&slot_mappings, + (const MbimSlot **)slot_mappings, NULL); mbim_device_command (device, message, |