diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-08-29 17:06:08 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-08-29 17:06:08 +0200 |
commit | 550d5c28791a1bd50bd70bab6f9c4ee419e3ad50 (patch) | |
tree | 7f207542cd6e6c432f0d80eb59b5d737ff097e98 /extras/volume_id/lib/volume_id.c | |
parent | 2603474ff9be2418900581da1af5cccc9f13cae1 (diff) |
volume_id: remove left-over fd close()
Diffstat (limited to 'extras/volume_id/lib/volume_id.c')
-rw-r--r-- | extras/volume_id/lib/volume_id.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extras/volume_id/lib/volume_id.c b/extras/volume_id/lib/volume_id.c index 86e66bb76c..ef2b663f6c 100644 --- a/extras/volume_id/lib/volume_id.c +++ b/extras/volume_id/lib/volume_id.c @@ -501,9 +501,6 @@ void volume_id_close(struct volume_id *id) if (id == NULL) return; - if (id->fd_close != 0) - close(id->fd); - volume_id_free_buffer(id); free(id); |