Ignore:
Timestamp:
Sep 13, 2007, 8:44:04 AM (18 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.26a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/nsswitch/wb_common.c

    r22 r71  
    423423static int read_sock(void *buffer, int count)
    424424{
    425         int result = 0, nread = 0;
     425        int nread = 0;
    426426        int total_time = 0, selret;
    427427
     
    464464                        /* Do the Read */
    465465                       
    466                         result = read(winbindd_fd, (char *)buffer + nread,
     466                        result = read(winbindd_fd, (char *)buffer + nread,
    467467                              count - nread);
    468468                       
     
    482482        }
    483483       
    484         return result;
     484        return ;
    485485}
    486486
Note: See TracChangeset for help on using the changeset viewer.