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

Comparing ircd-hybrid/branches/8.2.x/src/conf_lexer.l (file contents):
Revision 6590 by michael, Fri Sep 4 17:55:30 2015 UTC vs.
Revision 6591 by michael, Wed Oct 21 20:16:43 2015 UTC

# Line 280 | Line 280 | restart                     { return T_R
280   resv                        { return RESV; }
281   resv_exempt                 { return RESV_EXEMPT; }
282   rsa_private_key_file        { return RSA_PRIVATE_KEY_FILE; }
283 rsa_public_key_file         { return RSA_PUBLIC_KEY_FILE; }
283   send_password               { return SEND_PASSWORD; }
284   sendq                       { return SENDQ; }
285   server                      { return T_SERVER; }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)