(file) Return to provmgr.c CVS log (file) (dir) Up to [OMI] / omi / provmgr

Diff for /omi/provmgr/provmgr.c between version 1.1 and 1.2

version 1.1, 2012/05/30 22:47:49 version 1.2, 2012/06/25 19:51:02
Line 395 
Line 395 
         return MI_RESULT_FAILED;         return MI_RESULT_FAILED;
     }     }
  
   #if 0
       if (inst_in)
       {
           printf("<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n");
           MI_Instance_Print(inst_in, stdout, 1);
           printf(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n");
       }
   #endif
   
     /* Convert instance name to provider's format (borrow storage) */     /* Convert instance name to provider's format (borrow storage) */
     r = Instance_InitConvert(inst, cd, inst_in, keys_only, allow_keyless_inst, MI_FALSE,      r = Instance_InitConvert(
           inst,
           cd,
           inst_in,
           keys_only,
           allow_keyless_inst,
           MI_FALSE,
         batch);         batch);
  
     if (r != MI_RESULT_OK)     if (r != MI_RESULT_OK)


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

ViewCVS 0.9.2