Changeset 359
- Timestamp:
- 03/02/06 17:24:11 (3 years ago)
- Files:
-
- nepenthes/trunk/nepenthes-core/src/Nepenthes.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
nepenthes/trunk/nepenthes-core/src/Nepenthes.cpp
r344 r359 557 557 } 558 558 } 559 560 if ( chRoot != NULL )561 {562 if ( changeRoot(chRoot) == false )563 {564 run = false;565 }566 }567 568 559 569 560 // if we drop priviliges, we have to take care of the logfiles user/group permission … … 675 666 #endif 676 667 } 668 669 670 if ( run == true && chRoot != NULL ) 671 { 672 if ( changeRoot(chRoot) == false ) 673 { 674 run = false; 675 } 676 } 677 677 678 678 679 // change process group id
