diff options
Diffstat (limited to 'net/hub.c')
-rw-r--r-- | net/hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -281,7 +281,7 @@ int net_hub_id_for_client(NetClientState *nc, int *id) } int net_init_hubport(const NetClientOptions *opts, const char *name, - NetClientState *peer) + NetClientState *peer, Error **errp) { const NetdevHubPortOptions *hubport; |