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 6644 by michael, Sat Oct 24 17:27:12 2015 UTC vs.
Revision 6645 by michael, Sat Oct 24 18:55:04 2015 UTC

# Line 661 | Line 661 | serverinfo_name: NAME '=' QSTRING ';'
661      else
662      {
663        conf_error_report("Ignoring serverinfo::name -- invalid name. Aborting.");
664 <      exit(0);
664 >      exit(EXIT_FAILURE);
665      }
666    }
667   };
# Line 676 | Line 676 | serverinfo_sid: IRCD_SID '=' QSTRING ';'
676      else
677      {
678        conf_error_report("Ignoring serverinfo::sid -- invalid SID. Aborting.");
679 <      exit(0);
679 >      exit(EXIT_FAILURE);
680      }
681    }
682   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines