Ignore:
Timestamp:
Jul 1, 2011, 10:18:23 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/libaddns/dnssock.c

    r414 r593  
    220220                int fd_ready;
    221221               
     222                if (fd < 0 || fd >= FD_SETSIZE) {
     223                        /* read timeout */
     224                        return ERROR_DNS_SOCKET_ERROR;
     225                }
     226
    222227                FD_ZERO( &rfds );
    223228                FD_SET( fd, &rfds );
Note: See TracChangeset for help on using the changeset viewer.