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

Comparing ircd-hybrid/trunk/modules/m_certfp.c (file contents):
Revision 7031 by michael, Fri Jan 1 00:07:54 2016 UTC vs.
Revision 7032 by michael, Sun Jan 3 14:34:39 2016 UTC

# Line 50 | Line 50 | ms_certfp(struct Client *source_p, int p
50    if (!IsClient(source_p))
51      return 0;
52  
53 <  MyFree(source_p->certfp);
53 >  xfree(source_p->certfp);
54    source_p->certfp = xstrdup(parv[1]);
55  
56    sendto_server(source_p, 0, 0, ":%s CERTFP %s",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines