Commit c1ae2fa1 authored by Podhorszki, Norbert's avatar Podhorszki, Norbert
Browse files

fix error pointed out by Codacy

parent a9140c28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -644,7 +644,7 @@ Config processConfig(const Settings &settings, size_t *currentConfigLineNumber)
                    if (words.size() >= 4)
                    {
                        // next word is timeout
                        double d = stringToDouble(words, 4, "read timeout");
                        d = stringToDouble(words, 4, "read timeout");
                        if (d < 0.0)
                        {
                            d = FLT_MAX;