Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 562ada61 authored by Eric Van Hensbergen's avatar Eric Van Hensbergen
Browse files

net/9p: fix virtio transport to correctly update status on connect



The 9p virtio transport was not updating its connection status correctly
preventing it from being able to mount the server.

Signed-off-by: default avatarEric Van Hensbergen <ericvh@gmail.com>
parent 08c4f1b0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -311,6 +311,7 @@ p9_virtio_create(struct p9_client *client, const char *devname, char *args)
	}

	client->trans = (void *)chan;
	client->status = Connected;
	chan->client = client;

	return 0;