Remove "multi-queue-num-queues" from frontend area when the crashump
driver is active. This will force the backend to use a single queue,
which the crashdump frontend is supplying
Signed-off-by: Owen Smith <owen.smith@citrix.com>
Add whitespace after cast for consistency with other code.
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
"feature-online-resize");
(VOID) StoreRemove(NULL, Frontend->FrontendPath,
"feature-surprise-remove");
+ (VOID) StoreRemove(NULL, Frontend->FrontendPath,
+ "multi-queue-num-queues");
return STATUS_SUCCESS;