Index: transport.c =================================================================== RCS file: /usr/local/cvs/ports/obexapp/transport.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- transport.c 7 Apr 2003 01:26:55 -0000 1.4 +++ transport.c 7 Apr 2003 18:28:57 -0000 1.5 @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: transport.c,v 1.4 2003/04/07 01:26:55 max Exp $ + * $Id: transport.c,v 1.5 2003/04/07 18:28:57 max Exp $ * $FreeBSD$ */ @@ -148,7 +148,7 @@ FD_SET(context->tfd, &rfds); tm.tv_sec = 5; - tm.tv_sec = 0; + tm.tv_usec = 0; select(context->tfd + 1, &rfds, NULL, NULL, &tm); }