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

Comparing ircd-hybrid/trunk/src/restart.c (file contents):
Revision 3185 by michael, Sat Mar 15 22:01:39 2014 UTC vs.
Revision 3186 by michael, Thu Mar 20 18:09:34 2014 UTC

# Line 56 | Line 56 | server_die(const char *message, int rboo
56    DLINK_FOREACH(ptr, local_client_list.head)
57      sendto_one_notice(ptr->data, &me, ":%s", buffer);
58  
59 <  sendto_server(NULL, NOCAPS, NOCAPS, ":%s ERROR :%s", ID(&me), buffer);
59 >  sendto_server(NULL, NOCAPS, NOCAPS, ":%s ERROR :%s", me.id, buffer);
60  
61    ilog(LOG_TYPE_IRCD, "%s", buffer);
62  

Diff Legend

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