summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/rpc_transport_tstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/rpc_transport_tstream.c b/source3/rpc_client/rpc_transport_tstream.c
index e05498b1a2..fb891658f7 100644
--- a/source3/rpc_client/rpc_transport_tstream.c
+++ b/source3/rpc_client/rpc_transport_tstream.c
@@ -27,7 +27,7 @@ struct rpc_tstream_state {
struct tstream_context *stream;
struct tevent_queue *read_queue;
struct tevent_queue *write_queue;
- int timeout;
+ unsigned int timeout;
};
static void rpc_tstream_disconnect(struct rpc_tstream_state *s)