Ignore:
Timestamp:
Jul 1, 2011, 9:17:44 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/lib/packet.c

    r414 r591  
    108108        fd_set r_fds;
    109109
     110        if (ctx->fd < 0 || ctx->fd >= FD_SETSIZE) {
     111                errno = EBADF;
     112                return map_nt_error_from_unix(errno);
     113        }
     114
    110115        FD_ZERO(&r_fds);
    111116        FD_SET(ctx->fd, &r_fds);
Note: See TracChangeset for help on using the changeset viewer.