1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

s3-rpc_server: Increase epm monitor wait time.

Signed-off-by: Andreas Schneider <asn@samba.org>
Signed-off-by: Simo Sorce <idra@samba.org>
This commit is contained in:
Andreas Schneider 2011-08-18 18:46:16 +02:00 committed by Simo Sorce
parent 51d4b3c55d
commit 8a1572fe1b

View File

@ -93,7 +93,7 @@ NTSTATUS rpc_ep_register(struct tevent_context *ev_ctx,
return NT_STATUS_OK;
}
#define MONITOR_WAIT_TIME 15
#define MONITOR_WAIT_TIME 30
static void rpc_ep_monitor_loop(struct tevent_req *subreq);
static void rpc_ep_register_loop(struct tevent_req *subreq)