Ignore:
Timestamp:
Jun 4, 2010, 3:11:43 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: merged changes from 3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/libsmb/clientgen.c

    r429 r454  
    567567        bool mandatory_signing = false;
    568568
     569#ifndef __OS2__
    569570        /* Check the effective uid - make sure we are not setuid */
    570571        if (is_setuid_root()) {
     
    572573                return NULL;
    573574        }
     575#endif
    574576
    575577        cli = TALLOC_ZERO_P(NULL, struct cli_state);
Note: See TracChangeset for help on using the changeset viewer.