Skip to content

daemon: use correct type for getopt_long() return value

Arun Raghavan requested to merge github/fork/mfend-wv/fix-getopt into master

Created by: mfend-wv

Depending on the compiler configuration 'char' may be an unsigned type which will not work as expected.

Signed-off-by: Matthias Fend matthias.fend@wolfvision.net

Merge request reports