Changeset 158 for trunk/src/reglookup.c


Ignore:
Timestamp:
11/23/09 23:06:51 (14 years ago)
Author:
tim
Message:

simplified root key search

moved classname parsing up to regfi_load_key

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/reglookup.c

    r150 r158  
    634634  iter = regfi_iterator_new(f);
    635635  if(iter == NULL)
     636  {
     637    printMsgs(f);
    636638    bailOut(REGLOOKUP_EXIT_OSERR, "ERROR: Couldn't create registry iterator.\n");
     639  }
    637640
    638641  if(print_header)
Note: See TracChangeset for help on using the changeset viewer.