diff options
Diffstat (limited to 'net/vde.c')
| -rw-r--r-- | net/vde.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vde.c b/net/vde.c index 973faf5090..9427eaa16f 100644 --- a/net/vde.c +++ b/net/vde.c @@ -116,7 +116,7 @@ int net_init_vde(const NetClientOptions *opts, const char *name, const NetdevVdeOptions *vde; assert(opts->type == NET_CLIENT_OPTIONS_KIND_VDE); - vde = opts->u.vde; + vde = opts->u.vde.data; /* missing optional values have been initialized to "all bits zero" */ if (net_vde_init(peer, "vde", name, vde->sock, vde->port, vde->group, |