[Devel] [ openser-Bugs-1353941 ] Compile Error in cfg.y

SourceForge.net noreply at sourceforge.net
Mon Nov 14 11:25:57 CET 2005


Bugs item #1353941, was opened at 2005-11-11 15:34
Message generated for change (Settings changed) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1353941&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: ver devel
>Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Norman Brandinger (goestelecom)
Assigned to: Bogdan (bogdan_iancu)
Summary: Compile Error in cfg.y

Initial Comment:
The  compile error was produced from a CVS downloaded
11/11/2005

file: cfg.y

line 659 is:

server_header.len=strlen($3)

adding a semicolon corrected the compile error as follows:

server_header.len=strlen($3);

Regards,
Norm

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1353941&group_id=139143



More information about the Devel mailing list