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

Comparing ircd-hybrid/trunk/src/ircd.c (file contents):
Revision 5460 by michael, Tue Feb 3 22:24:57 2015 UTC vs.
Revision 5470 by michael, Thu Feb 5 20:26:12 2015 UTC

# Line 64 | Line 64 | GeoIP *geoip_ctx;
64   #endif
65  
66   struct timeval SystemTime;
67 < struct Client me = { .connection = &(struct Connection) {} };  /* That's me */
67 > struct Connection meConnection; /* That's also part of me */
68 > struct Client me = { .connection = &meConnection };  /* That's me */
69  
70   char **myargv;
71   const char *logFileName = LPATH;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines