Hi, Version 1.1.12 has a compilation error regarding yydebug. Simply uncomment the line 159 in cfgfile.c: if ((cfg = fopen(name, "r")) != NULL) { yyin = cfg; /* yydebug = 1; */ <-- this line res = yyparse(); fclose(cfg); if (!res) { -- Bazsi PGP key: http://www.balabit.hu/pgpkey.txt, or finger bazsi@balabit.hu
Version 1.1.12 has a compilation error regarding yydebug. Simply uncomment the line 159 in cfgfile.c:
if ((cfg = fopen(name, "r")) != NULL) { yyin = cfg; /* yydebug = 1; */ <-- this line res = yyparse(); fclose(cfg); if (!res) {
I meant of course to comment it out.. :) -- Bazsi PGP key: http://www.balabit.hu/pgpkey.txt, or finger bazsi@balabit.hu
participants (1)
-
Balazs Scheidler