s3-cli_pipe: fix timeout in rpc_pipe_open_tcp_port().
authorGünther Deschner <gd@samba.org>
Wed, 13 Apr 2011 15:41:36 +0000 (17:41 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 14 Jun 2011 10:57:09 +0000 (12:57 +0200)
commit192f62bd8249668f1037282b184873f06ea6d8eb
tree31c095b2ffd022f2bfbbb71aa52f319222b918f2
parente548a03aa1e1698c192119b64564207233f06c29
s3-cli_pipe: fix timeout in rpc_pipe_open_tcp_port().

Make sure we use a timeout of 60 seconds, not 60 milliseconds...

This prevented us from successfully using the ncacn_ip_tcp client in a lot of
places, I guess.

Guenther

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Wed Apr 13 18:59:19 CEST 2011 on sn-devel-104
(cherry picked from commit 4b3fe5247a6e16b1ad9f05269e9aa00e3120e36a)

Fix bug #8085 - incorrect timeout handling in ncacn_ip_tcp client code.
(cherry picked from commit d7d39c723e1855a3d18813e8a79fcca9770b0142)
source3/rpc_client/cli_pipe.c