Commit 08191301 authored by David Lloyd's avatar David Lloyd Committed by Dr. Stephen Henson
Browse files

Prevent infinite loop loading config files.

PR#2985
(cherry picked from commit 9d23f422)
parent 3fe4fc47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -321,7 +321,7 @@ again:
			p=eat_ws(conf, end);
			if (*p != ']')
				{
				if (*p != '\0')
				if (*p != '\0' && ss != p)
					{
					ss=p;
					goto again;