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

Comparing ircd-hybrid-7.2/modules/m_capab.c (file contents):
Revision 874 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
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;

Diff Legend

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