| Submitter | Kevin Wolf |
|---|---|
| Date | July 2, 2010, 4:38 p.m. |
| Message ID | <1278088712-12302-7-git-send-email-kwolf@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/57678/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/block.c b/block.c index 0aaec3b..31ca4c5 100644 --- a/block.c +++ b/block.c @@ -400,7 +400,6 @@ static int bdrv_open_common(BlockDriverState *bs, const char *filename, bs->file = NULL; bs->total_sectors = 0; - bs->is_temporary = 0; bs->encrypted = 0; bs->valid_key = 0; bs->open_flags = flags;