1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

librpc:core: Initialize static variable

Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Samuel Cabrero 2019-10-03 19:44:10 +02:00 committed by Andreas Schneider
parent 6a6546b565
commit 73948df2f1

View File

@ -2349,7 +2349,7 @@ _PUBLIC_ NTSTATUS dcesrv_init_context(TALLOC_CTX *mem_ctx,
static struct ep_server { static struct ep_server {
struct dcesrv_endpoint_server *ep_server; struct dcesrv_endpoint_server *ep_server;
} *ep_servers = NULL; } *ep_servers = NULL;
static int num_ep_servers; static int num_ep_servers = 0;
/* /*
register a DCERPC endpoint server. register a DCERPC endpoint server.