]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
spoolss: Align some integer types
authorVolker Lendecke <vl@samba.org>
Mon, 28 Sep 2020 09:55:57 +0000 (11:55 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 30 Sep 2020 15:58:38 +0000 (15:58 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpc_server/spoolss/srv_spoolss_nt.c

index 055ff17252647fd86517c7f18f8513c431978012..34c6266c06ce4ce7896c0d55b5bfc049045f313d 100644 (file)
@@ -1037,7 +1037,7 @@ static int notify_msg_ctr_addmsg( SPOOLSS_NOTIFY_MSG_CTR *ctr, SPOOLSS_NOTIFY_MS
        SPOOLSS_NOTIFY_MSG_GROUP        *groups = NULL;
        SPOOLSS_NOTIFY_MSG_GROUP        *msg_grp = NULL;
        SPOOLSS_NOTIFY_MSG              *msg_list = NULL;
-       int                             i, new_slot;
+       uint32_t                        i, new_slot;
 
        if ( !ctr || !msg )
                return 0;