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

Comparing ircd-hybrid/trunk/src/s_user.c (file contents):
Revision 2511 by michael, Sun Oct 27 18:56:53 2013 UTC vs.
Revision 2688 by michael, Tue Dec 17 17:42:06 2013 UTC

# Line 563 | Line 563 | static void
563   introduce_client(struct Client *source_p)
564   {
565    dlink_node *server_node = NULL;
566 <  static char ubuf[12];
566 >  char ubuf[66];
567  
568    if (MyClient(source_p))
569      send_umode(source_p, source_p, 0, SEND_UMODES, ubuf);
# Line 572 | Line 572 | introduce_client(struct Client *source_p
572  
573    watch_check_hash(source_p, RPL_LOGON);
574  
575 <  if (*ubuf == '\0')
575 >  if (ubuf[0] == '\0')
576    {
577      ubuf[0] = '+';
578      ubuf[1] = '\0';

Diff Legend

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