]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Change rsync.priority's config data type to uint
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 29 Jun 2023 20:47:16 +0000 (14:47 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 29 Jun 2023 20:47:16 +0000 (14:47 -0600)
commitc01e2e932e30ddbc25c4ab65bc1f2b5674667590
treeaafb0073ee2e4e7ec3282d8f930dd698296a65f4
parentb110c296e268f2e8d86a299f69be786bb39d3863
Change rsync.priority's config data type to uint

It was using uint32, even though it was declared as an unsigned int.

This orphans uint32, so purged.
src/Makefile.am
src/config.c
src/config/string_array.c
src/config/string_array.h
src/config/uint.c
src/config/uint.h
src/config/uint32.c [deleted file]
src/config/uint32.h [deleted file]