(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.49 and 1.50

version 1.49, 2002/09/05 17:58:10 version 1.50, 2002/09/21 15:39:28
Line 372 
Line 372 
     if (!*hostname)     if (!*hostname)
         gethostname(hostname, sizeof(hostname));         gethostname(hostname, sizeof(hostname));
  
     // (temporary?) fix for problem of object path creation with  
     // fully-qualified hostname  
     char *dot = strchr(hostname, '.');  
     if (dot != NULL) *dot = '\0';  
   
     return hostname;     return hostname;
 } }
  


Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2