-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Currently when user provides more than one value in mongocryptdSpawnArgs, we add extra – (double "-") to the final arguments for mongocryptd process, for example if the provided values are --ipv6 and --port=27030 , the final mongocryptd arguments will be: --ipv6 – --port=27030. It's done here. We should fix it.