(file) Return to SystemUnix.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/SystemUnix.cpp between version 1.125 and 1.125.8.1

version 1.125, 2009/02/04 18:19:23 version 1.125.8.1, 2012/07/31 08:53:05
Line 100 
Line 100 
     if ( result != NULL )     if ( result != NULL )
     {     {
         // Check if the uid is 0.         // Check if the uid is 0.
         if ( pwd.pw_uid == 0 )          if ( pwd.pw_gid == 0 || pwd.pw_uid == 0 )
         {         {
             return true;             return true;
         }         }


Legend:
Removed from v.1.125  
changed lines
  Added in v.1.125.8.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2