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

Comparing ircd-hybrid-7.3/modules/m_oper.c (file contents):
Revision 1029 by michael, Sun Nov 8 13:10:50 2009 UTC vs.
Revision 1121 by michael, Sun Jan 9 11:03:03 2011 UTC

# Line 50 | Line 50 | struct Message oper_msgtab = {
50    { m_unregistered, m_oper, m_ignore, m_ignore, mo_oper, m_ignore }
51   };
52  
53 #ifndef STATIC_MODULES
53   void
54   _modinit(void)
55   {
# Line 64 | Line 63 | _moddeinit(void)
63   }
64  
65   const char *_version = "$Revision$";
67 #endif
66  
67   /*
68   ** m_oper
# Line 102 | Line 100 | m_oper(struct Client *client_p, struct C
100      return;
101    }
102  
103 <  aconf = (struct AccessItem *)map_to_conf(conf);
103 >  aconf = map_to_conf(conf);
104  
105    if (match_conf_password(password, aconf))
106    {

Diff Legend

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