ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.0.x/src/conf_parser.y
(Generate patch)

Comparing ircd-hybrid/branches/8.0.x/src/conf_parser.y (file contents):
Revision 1740 by michael, Mon Jan 14 18:54:49 2013 UTC vs.
Revision 1741 by michael, Mon Jan 14 19:35:29 2013 UTC

# Line 808 | Line 808 | logging_file_entry:
808   } T_FILE  '{' logging_file_items '}' ';'
809   {
810    if (conf_parser_ctx.pass == 2 && ltype > 0)
811 <    log_add_file(ltype, lsize, lfile);
811 >    log_set_file(ltype, lsize, lfile);
812   };
813  
814   logging_file_items: logging_file_items logging_file_item |

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines