]> git.michaelhowe.org Git - packages/o/openafs.git/commit
vol-fssync-server-socket-20090323
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 23 Mar 2009 22:42:48 +0000 (22:42 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 23 Mar 2009 22:42:48 +0000 (22:42 +0000)
commitaa8d735b8707e2bf9142699fd25034655c821f96
tree385546bf1c361ff016d3fe44a24ef2dc5161d54c
parent1d4542f93bae6b59e7d4321c23a2551fa43416ba
vol-fssync-server-socket-20090323

LICENSE IPL10

GetHandler() sets up a fdset and returns the max socket fd
which is used with select().  Windows ignores the numfd param
(first param) of select() and therefore computing the max fd
value is meaningless.  We can avoid a number of casts by
not attempting to treat this value as osi_socket.
src/vol/fssync-server.c