X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fvde_device.c;h=20302b0d9f44ff3e0cad0c8daa60a2c744678e9c;hp=d97a694fb1b27ad49bbd71531fb184737bceffd6;hb=afda1d91ae290ac2aa2a45d07fa6838b3159da39;hpb=57bc9a1835bcb6a8df7963ee4ab04fde34f28eaf diff --git a/src/vde_device.c b/src/vde_device.c index d97a694f..20302b0d 100644 --- a/src/vde_device.c +++ b/src/vde_device.c @@ -50,7 +50,7 @@ static bool setup_device(void) { } if(!get_config_string(lookup_config(config_tree, "Device"), &device)) { - xasprintf(&device, LOCALSTATEDIR "/run/vde.ctl"); + xasprintf(&device, RUNSTATEDIR "/vde.ctl"); } get_config_string(lookup_config(config_tree, "Interface"), &iface);