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

Comparing ircd-hybrid/trunk/src/conf_parser.y (file contents):
Revision 1830 by michael, Sun Apr 14 19:54:48 2013 UTC vs.
Revision 1831 by michael, Mon Apr 15 10:57:05 2013 UTC

# Line 896 | Line 896 | logging_file_entry:
896      break;
897  
898    if (block_state.type.value && block_state.file.buf[0])
899 <    log_add_file(block_state.type.value, block_state.size.value,
899 >    log_set_file(block_state.type.value, block_state.size.value,
900                   block_state.file.buf);
901   };
902  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines