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

Comparing ircd-hybrid/trunk/src/s_user.c (file contents):
Revision 2185 by michael, Tue Jun 4 12:29:18 2013 UTC vs.
Revision 2231 by michael, Thu Jun 13 20:29:59 2013 UTC

# Line 623 | Line 623 | introduce_client(struct Client *source_p
623                     ubuf, source_p->username, source_p->host,
624                     source_p->servptr->name, source_p->info);
625      }
626 +
627 +    if (!EmptyString(source_p->certfp))
628 +      sendto_one(server, ":%s CERTFP %s", ID(source_p), source_p->certfp);
629    }
630   }
631  

Diff Legend

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