[Swan] Who changed parser.l ????

Philippe Vouters philippe.vouters at laposte.net
Tue Jan 8 16:34:50 EET 2013


Nick problem with his mumin conn is related to this change in parser.l
causing a premature exit on file statements.
<<EOF>> {
/*
  * Who did remove the Openswan 2.6.38 code reproduced below and
  * wrote this block hereafter commented out ?
  */
/*
         static int once = 0;
         if (once = !once) {
             stacktop->line++;
         } else {
             yyterminate();
         }
*/
/* From Openswan 2.6.38 */
         if(parser_y_eof()) {
                 yyterminate();
         }

}

-- 
Philippe Vouters (Fontainebleau/France)
URL: http://vouters.dyndns.org/
SIP: sip:Vouters at sip.linphone.org



More information about the Swan mailing list