Bug 8085 - incorrect timeout handling in ncacn_ip_tcp client code
Summary: incorrect timeout handling in ncacn_ip_tcp client code
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.5
Classification: Unclassified
Component: DCE-RPCs and pipes (show other bugs)
Version: 3.5.8
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-13 20:40 UTC by Guenther Deschner
Modified: 2011-04-14 19:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Guenther Deschner 2011-04-13 20:40:59 UTC
rpc_pipe_open_tcp_port() needs millisecond, not second timeout.

Fix in master and 3.6 is: 4b3fe5247a6e16b1ad9f05269e9aa00e3120e36a

This is probably also an issue in 3.4 and 3.3
Comment 1 Volker Lendecke 2011-04-14 07:00:37 UTC
Ack from here. 4b3fe5247a6e16b1ad9f05269e9aa00e3120e36a applies to v3-5-test and v3-4-test. Karolin, please pick for those releases.

Thanks,

Volker
Comment 2 Karolin Seeger 2011-04-14 19:09:48 UTC
Pushed to v3-5-test and v3-4-test.
Closing out bug report.

Thanks!