]> tinc-vpn.org Git - tinc/blobdiff - src/solaris/device.c
Use libvdeplug.h instead of libvdeplug_dyn.h
[tinc] / src / solaris / device.c
index f27954b1d05e6ce1674633a2683ae6c9a0c8aa7a..d1e114ae9a10729534f9ec99c1a81ee4c9306e16 100644 (file)
@@ -104,7 +104,7 @@ static bool setup_device(void) {
        char *ptr = device;
        get_config_string(lookup_config(config_tree, "Interface"), &ptr);
 
-       while(*ptr && !isdigit(*ptr)) {
+       while(*ptr && !isdigit((uint8_t) *ptr)) {
                ptr++;
        }