]> git.michaelhowe.org Git - packages/o/openafs.git/commit
DEVEL15-vol-fssync-server-socket-20090323
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 23 Mar 2009 22:42:59 +0000 (22:42 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 23 Mar 2009 22:42:59 +0000 (22:42 +0000)
commitb7a6c264210d824b153a820575370a73de9d79fe
treebe8487f261ebeb93849557b92939fbd91d62b978
parent3354c15e58d9632c4f4c0ab6ceb94d84480b0d55
DEVEL15-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.

(cherry picked from commit aa8d735b8707e2bf9142699fd25034655c821f96)
src/vol/fssync-server.c