Changeset 454 for trunk/server/source3/libsmb/clientgen.c
- Timestamp:
- Jun 4, 2010, 3:11:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/libsmb/clientgen.c
r429 r454 567 567 bool mandatory_signing = false; 568 568 569 #ifndef __OS2__ 569 570 /* Check the effective uid - make sure we are not setuid */ 570 571 if (is_setuid_root()) { … … 572 573 return NULL; 573 574 } 575 #endif 574 576 575 577 cli = TALLOC_ZERO_P(NULL, struct cli_state);
Note:
See TracChangeset
for help on using the changeset viewer.