r884: convert samba4 to use [u]int32_t instead of [u]int32
[samba.git] / source4 / librpc / rpc / dcerpc_schannel.c
index f368ce30b3a8b0062c32bd41299468a0cf19d1bb..f511ecb8196691e9e50b9b8f6230e874745da2ba 100644 (file)
@@ -90,7 +90,7 @@ NTSTATUS dcerpc_schannel_key(struct dcerpc_pipe *p,
        uint8 mach_pwd[16];
        struct creds_CredentialState creds;
        const char *workgroup, *workstation;
-       uint32 negotiate_flags = 0;
+       uint32_t negotiate_flags = 0;
 
        workstation = username;
        workgroup = domain;