Marcelo Roberto Jimenez 1cc60c83f4 Bug fix in select of miniserver.c
Fix a bug in miniserver.c, in which maxMiniSock was wrongly declared as
unsigned int and as a result it was beeng set to ((unsigned int)(-1)).
As a result, after beeing incremented, it became zero, and this value
was beeing used in the select() call.

Thanks to Fabrice Fontaine for helping and testing with this issue.
(cherry picked from commit 2bdc9e075e33efa35f49e8a9766e75df9eb91420)
2010-10-19 16:05:38 -02:00
..
2010-10-15 12:43:17 -03:00
2010-10-04 15:35:59 -03:00
2010-10-19 16:05:38 -02:00
2010-10-15 12:43:16 -03:00