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

Comparing ircd-hybrid-7.3/src/send.c (file contents):
Revision 1086 by michael, Sat Mar 13 23:59:10 2010 UTC vs.
Revision 1115 by michael, Tue Dec 21 14:42:54 2010 UTC

# Line 1130 | Line 1130 | kill_client_ll_serv_butone(struct Client
1130    char buf_uid[IRCD_BUFSIZE], buf_nick[IRCD_BUFSIZE];
1131    int len_uid = 0, len_nick = 0;
1132  
1133 <  if (HasID(source_p) && (me.id[0] != '\0'))
1133 >  if (HasID(source_p))
1134    {
1135      have_uid = 1;
1136      va_start(args, pattern);

Diff Legend

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