Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gmetad: avoid always false check due to use of unsigned in readline r…
…eturn len is defined as socklen_t which is an opaque type usually defined to be unsigned with up to 32bits, check for values lower than 0 will be always false, so use an int instead.
- Loading branch information