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

Comparing ircd-hybrid/branches/8.2.x/modules/m_oper.c (file contents):
Revision 8372 by michael, Fri Mar 9 20:06:45 2018 UTC vs.
Revision 8394 by michael, Sun Mar 18 13:13:20 2018 UTC

# Line 166 | Line 166 | m_oper(struct Client *source_p, int parc
166  
167    if (match_conf_password(password, conf))
168    {
169 <    if (attach_conf(source_p, conf))
169 >    if (conf_attach(source_p, conf))
170      {
171        sendto_one_notice(source_p, &me, ":Can't attach conf!");
172        failed_oper_notice(source_p, opername, "can't attach conf!");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines