summaryrefslogtreecommitdiffstats
path: root/sources/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources/client.c')
-rw-r--r--sources/client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/client.c b/sources/client.c
index c93c74a..60a84cb 100644
--- a/sources/client.c
+++ b/sources/client.c
@@ -105,6 +105,8 @@ static int og_resp_probe(struct og_client *cli, json_t *data)
cli->status = OG_CLIENT_STATUS_BUSY;
else if (!strcmp(status, "OPG"))
cli->status = OG_CLIENT_STATUS_OGLIVE;
+ else if (!strcmp(status, "VDI"))
+ cli->status = OG_CLIENT_STATUS_VIRTUAL;
return status ? 0 : -1;
}