- Timestamp:
- 03/07/10 22:39:09 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/reglookup-recover.c
r172 r173 2 2 * This program attempts to recover deleted data structures in a registry hive. 3 3 * 4 * Copyright (C) 2008-20 09Timothy D. Morgan4 * Copyright (C) 2008-2010 Timothy D. Morgan 5 5 * 6 6 * This program is free software; you can redistribute it and/or modify … … 572 572 } 573 573 } 574 /* XXX: Need to come up with a different way to link these so the575 * vk->data item can be removed from the structure.576 */577 vk->data = regfi_buffer_to_data(data);578 talloc_steal(vk, vk->data);579 574 } 575 /* XXX: Need to come up with a different way to link these so the 576 * vk->data item can be removed from the structure. 577 */ 578 vk->data = regfi_buffer_to_data(data); 579 talloc_steal(vk, vk->data); 580 580 } 581 581 }
Note: See TracChangeset
for help on using the changeset viewer.