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

Prevent infinite loop loading config files.

PR#2985
parent b73ac027
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;