Don't go too far ahead release_2_1_11
authorAlan T. DeKok <aland@freeradius.org>
Mon, 20 Jun 2011 14:57:14 +0000 (16:57 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 20 Jun 2011 14:57:14 +0000 (16:57 +0200)
commit34c68ba800632ccca564f6bdcb186e32886684c1
treed280b013375ed9557d2918f0d8050ddc9dad4bad
parent38519613f6418a8ddd3f5caa4d5eca03a13bc2f8
Don't go too far ahead

if (..){

is OK.  The previous code skipped over the curly brace, assuming
that it was there... the code to check for syntax errors assumed
that the curly brace was not skipped over.  This change fixes
that conflict
src/main/conffile.c