From 18146c6285fa5a7f7e17dbe8b5481679ce8b8e2b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 3 Dec 2020 16:23:39 +0100 Subject: [PATCH] spoolssd: Align integer types Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/printing/spoolssd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/printing/spoolssd.c b/source3/printing/spoolssd.c index babec72e299..cd1f4b2188a 100644 --- a/source3/printing/spoolssd.c +++ b/source3/printing/spoolssd.c @@ -586,7 +586,7 @@ static NTSTATUS spoolssd_create_sockets(struct tevent_context *ev_ctx, int fd = -1; int rc; enum rpc_service_mode_e epm_mode = rpc_epmapper_mode(); - uint32_t i; + int i; struct dcesrv_endpoint *e = NULL; DBG_INFO("Initializing DCE/RPC connection endpoints\n"); -- 2.47.3