Changeset 88

Show
Ignore:
Timestamp:
09/21/05 17:17:51 (3 years ago)
Author:
ludo
Message:

small fix for the return name lrsd function (from r2583)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/admin/lrsd.c

    r14 r88  
    401401            //to.sin_port = htons(1001); 
    402402            //inet_aton(inet_ntoa(si_other.sin_addr), &to.sin_addr);         
    403             sendto(s, gBuff, strlen(gBuff), 0, 
     403            sendto(s, gBuff, strlen(gBuff)+1, 0, 
    404404                   (struct sockaddr *) si_other, sizeof(*si_other)); 
    405405        }