- Timestamp:
- 02/05/10 06:01:18 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/regfi.c
r166 r167 1383 1383 { 1384 1384 if(file->last_message != NULL) 1385 free( last_message);1385 free(file->last_message); 1386 1386 1387 1387 talloc_free(file); … … 1708 1708 REGFI_VK_REC* cur; 1709 1709 bool found = false; 1710 uint32 old_value = i->cur_value; 1710 1711 1711 1712 /* XXX: cur->valuename can be NULL in the registry. … … 1727 1728 } 1728 1729 } 1729 1730 return found; 1730 1731 if(found == false) 1732 { 1733 i->cur_value = old_value; 1734 return false; 1735 } 1736 1737 regfi_free_value(cur); 1738 return true; 1731 1739 } 1732 1740
Note: See TracChangeset
for help on using the changeset viewer.