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

Comparing ircd-hybrid-7.2/src/s_conf.c (file contents):
Revision 433 by michael, Sat Feb 11 15:22:07 2006 UTC vs.
Revision 575 by michael, Mon May 1 11:41:09 2006 UTC

# Line 586 | Line 586 | report_confitem_types(struct Client *sou
586    struct ClassItem *classitem = NULL;
587    char buf[12];
588    char *p = NULL;
589 +  const char *pfx = NULL;
590  
591    switch (type)
592    {
# Line 642 | Line 643 | report_confitem_types(struct Client *sou
643      break;
644  
645    case RKLINE_TYPE:
646 <    p = temp ? "Rk" : "RK";
646 >    pfx = temp ? "Rk" : "RK";
647  
648      DLINK_FOREACH(ptr, rkconf_items.head)
649      {
# Line 652 | Line 653 | report_confitem_types(struct Client *sou
653          continue;
654  
655        sendto_one(source_p, form_str(RPL_STATSKLINE), me.name,
656 <                 source_p->name, p, aconf->host, aconf->user,
656 >                 source_p->name, pfx, aconf->host, aconf->user,
657                   aconf->reason, aconf->oper_reason ? aconf->oper_reason : "");
658      }
659      break;

Diff Legend

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