Ignore:
Timestamp:
Mar 9, 2010, 7:58:12 AM (15 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3.x to 3.3.12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/smbd/server.c

    r411 r423  
    12481248        gain_root_group_privilege();
    12491249
    1250         /*
    1251          * Ensure we have CAP_KILL capability set on Linux,
    1252          * where we need this to communicate with threads.
    1253          * This is inherited by new threads, but not by new
    1254          * processes across exec().
    1255          */
    1256         set_effective_capability(KILL_CAPABILITY);
    1257 
    12581250        fault_setup((void (*)(void *))exit_server_fault);
    12591251        dump_core_setup("smbd");
Note: See TracChangeset for help on using the changeset viewer.