commit | 236f1f672ca4b5dea70c0c101036224297c53895 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Jun 01 13:20:57 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jun 04 11:43:40 2010 +0200 |
tree | ab5bcbda842edad2487a521711c64de390b5d199 | |
parent | 552fee931bf52bf60f4210f607a78f415000f015 [diff] |
Fix error message in drive_init The real error is the return value of bdrv_open. errno might be overwritten or not even set to that value in the first place. Signed-off-by: Kevin Wolf <kwolf@redhat.com>