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

Comparing:
ircd-hybrid/modules/m_capab.c (file contents), Revision 31 by knight, Sun Oct 2 20:34:05 2005 UTC vs.
ircd-hybrid-7.2/modules/m_capab.c (file contents), Revision 875 by michael, Tue Oct 23 11:40:09 2007 UTC

# Line 67 | Line 67 | mr_capab(struct Client *client_p, struct
67   {
68    int i;
69    int cap;
70 <  char *p;
71 <  char *s;
70 >  char *p = NULL;
71 >  char *s = NULL;
72   #ifdef HAVE_LIBCRYPTO
73    struct EncCapability *ecap;
74    unsigned int cipher = 0;

Comparing:
ircd-hybrid/modules/m_capab.c (property svn:keywords), Revision 31 by knight, Sun Oct 2 20:34:05 2005 UTC vs.
ircd-hybrid-7.2/modules/m_capab.c (property svn:keywords), Revision 875 by michael, Tue Oct 23 11:40:09 2007 UTC

# Line 1 | Line 1
1 < "Id Revision"
1 > Id Revision

Diff Legend

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