Show
Ignore:
Timestamp:
09/09/10 13:03:26 (21 months ago)
Author:
westram
Message:
  • report more information about broken configurations
  • GBT_commit_rename_session did NEVER report error (since [2])
    • added __ATTR__USERESULT
  • forward error in AWTC_pars_names (and abort complete rename)
  • this fixes the bug with noticable broken configs after merge/rename
    • cause of bug: the config parser used inside ABRDB is much more picky than the one used in NTREE (needs to be DRYed)
    • no idea when this bug was introduced (maybe by introduction of GBT_config_parser in [3824]) and why it popped up now
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SL/AW_NAME/AW_rename.cxx

    r6714 r6811  
    538538            } 
    539539            else { 
    540                 GBT_commit_rename_session(aw_status, aw_status); 
     540                err = GBT_commit_rename_session(aw_status, aw_status); 
    541541            } 
    542542