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

SourceForge.net noreply at sourceforge.net
Fri Nov 11 14:34:04 CET 2005


Bugs item #1353941, was opened at 2005-11-11 13:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Norman Brandinger (goestelecom)
Assigned to: Nobody/Anonymous (nobody)
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