]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/rigol-ds/api.c
Enable loading of session files without the unit size defined
[libsigrok.git] / src / hardware / rigol-ds / api.c
index 58cb7cced59e206d9abe4d31c535caeabd98516b..1f784cfce344177d997a08d5fc73e5a8f0f8e76a 100644 (file)
@@ -313,7 +313,6 @@ static struct sr_dev_inst *probe_device(struct sr_scpi_dev_inst *scpi)
        }
 
        sdi = g_malloc0(sizeof(struct sr_dev_inst));
-       sdi->status = SR_ST_ACTIVE;
        sdi->vendor = g_strdup(model->series->vendor->name);
        sdi->model = g_strdup(model->name);
        sdi->version = g_strdup(hw_info->firmware_version);