X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fuml_socket%2Fdevice.c;h=f81c88f63923840fb22b052081334fbd5f3c2c88;hb=67df7fb7e1c9eefe4bbc920fdc68b595ef28abd9;hp=a7a70fb380a895cb42d72d8ce7e70f933c0d40cd;hpb=de78d79db84c486afcc353884ec1770866beb653;p=tinc diff --git a/src/uml_socket/device.c b/src/uml_socket/device.c index a7a70fb3..f81c88f6 100644 --- a/src/uml_socket/device.c +++ b/src/uml_socket/device.c @@ -36,9 +36,9 @@ static int request_fd = -1; static int data_fd = -1; static int write_fd = -1; static int state = 0; -char *device; +char *device = NULL; char *iface = NULL; -char *device_info; +static char *device_info; extern char *identname; extern bool running;