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

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

version 1.1, 2012/05/30 22:47:49 version 1.2, 2012/06/15 20:51:14
Line 940 
Line 940 
     {     {
         if (done)         if (done)
             *done = MI_TRUE;             *done = MI_TRUE;
   
         return MI_RESULT_OK;         return MI_RESULT_OK;
     }     }
  
Line 954 
Line 955 
                 pos->resultClass)) )                 pos->resultClass)) )
         {         {
             *className = pos->currentAssoc->assocClass->cn;             *className = pos->currentAssoc->assocClass->cn;
   
             if (done)             if (done)
                 *done = MI_FALSE;                 *done = MI_FALSE;
   
             return MI_RESULT_OK;             return MI_RESULT_OK;
         }         }
     }     }
  
     if (done)     if (done)
         *done = MI_TRUE;         *done = MI_TRUE;
   
     return MI_RESULT_OK;     return MI_RESULT_OK;
 } }
  


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

ViewCVS 0.9.2