Change uint_t to unsigned int in libcli
[kai/samba.git] / libcli / nbt / nbtname.c
index 136379a313f9e54ee562e59ef0b64a03f0d17b76..f890b91261748d0ad3b61668604f980e9b8d24d3 100644 (file)
@@ -48,7 +48,7 @@ static enum ndr_err_code ndr_pull_component(struct ndr_pull *ndr,
                                            uint32_t *max_offset)
 {
        uint8_t len;
-       uint_t loops = 0;
+       unsigned int loops = 0;
        while (loops < 5) {
                if (*offset >= ndr->data_size) {
                        return ndr_pull_error(ndr, NDR_ERR_STRING,