Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
Description
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.