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 4576 by michael, Mon Aug 25 09:45:11 2014 UTC vs.
Revision 4588 by michael, Tue Aug 26 15:59:07 2014 UTC

# Line 487 | Line 487 | main(int argc, char *argv[])
487    /* It ain't random, but it ought to be a little harder to guess */
488    init_genrand(SystemTime.tv_sec ^ (SystemTime.tv_usec | (getpid() << 20)));
489  
490 <  me.localClient = &meConnection;
490 >  me.connection = &meConnection;
491    dlinkAdd(&me, &me.node, &global_client_list);  /* Pointer to beginning
492                                                     of Client list */
493    ConfigLog.use_logging = 1;
# Line 591 | Line 591 | main(int argc, char *argv[])
591  
592    me.from                   = &me;
593    me.servptr                = &me;
594 <  me.localClient->lasttime  = CurrentTime;
595 <  me.localClient->since     = CurrentTime;
596 <  me.localClient->firsttime = CurrentTime;
594 >  me.connection->lasttime  = CurrentTime;
595 >  me.connection->since     = CurrentTime;
596 >  me.connection->firsttime = CurrentTime;
597  
598    SetMe(&me);
599    make_server(&me);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines