X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fuml_socket%2Fdevice.c;fp=src%2Fuml_socket%2Fdevice.c;h=f81c88f63923840fb22b052081334fbd5f3c2c88;hp=a7a70fb380a895cb42d72d8ce7e70f933c0d40cd;hb=b069da90d67b49dce041f513a3855b8da3d82f80;hpb=f81cea3bdc8683b27188cd8f24a2de906a29eb81 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;