Change uint_t to unsigned int in source4
[samba.git] / source4 / libcli / smb2 / util.c
index 992bd5c1d96b774436edd8c0629911c1bf79a9c4..8b4a86f332830b665d602e0fd1db683c5bd68232 100644 (file)
@@ -109,7 +109,7 @@ int smb2_deltree(struct smb2_tree *tree, const char *dname)
 {
        NTSTATUS status;
        uint32_t total_deleted = 0;
-       uint_t count, i;
+       unsigned int count, i;
        union smb_search_data *list;
        TALLOC_CTX *tmp_ctx = talloc_new(tree);
        struct smb2_find f;