]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
rpc_server3: Align integer types
authorVolker Lendecke <vl@samba.org>
Mon, 27 Apr 2020 08:25:47 +0000 (10:25 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 5 May 2020 11:48:38 +0000 (11:48 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/rpc_server/mdssd.c

index 932194095eb5d9e8d0f096a83fafa3d54046d580..baab1039e2e8e96ed9e9aa3d8e32f3631f14ec97 100644 (file)
@@ -501,7 +501,7 @@ static NTSTATUS mdssd_create_sockets(struct tevent_context *ev_ctx,
        NTSTATUS status;
        int fd = -1;
        int rc;
-       uint32_t i;
+       int i;
        struct dcesrv_endpoint *e = NULL;
 
        DBG_INFO("Initializing DCE/RPC connection endpoints\n");