Cast 0xff to char before comparing it to another char.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 9 Apr 2016 14:00:08 +0000 (16:00 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 9 Apr 2016 14:00:08 +0000 (16:00 +0200)
commitad63e9fa6b41ca710e27dad621e34f1bc9bcd305
treeb46ee2cccbc6a6e50fba535f1d82b167e764f1f9
parentea20820d229510ca0a915dc2a0a74249178e1c55
Cast 0xff to char before comparing it to another char.

Clang warned about this.
src/proxy.c