diff --git a/testing/mochitest/ssltunnel/ssltunnel.cpp b/testing/mochitest/ssltunnel/ssltunnel.cpp index 3abbf000cb0..b4aec5641e0 100644 --- a/testing/mochitest/ssltunnel/ssltunnel.cpp +++ b/testing/mochitest/ssltunnel/ssltunnel.cpp @@ -1384,8 +1384,11 @@ int parseConfigFile(const char* filePath) return 1; } b = buffer; + continue; + case '\r': continue; + default: *b++ = c; }