Ignore:
Timestamp:
Nov 12, 2012, 5:09:31 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/lib/ctdbd_conn.c

    r429 r733  
    11321132        struct ctdbd_traverse_state state;
    11331133
     1134        become_root();
    11341135        status = ctdbd_init_connection(NULL, &conn);
     1136        unbecome_root();
    11351137        if (!NT_STATUS_IS_OK(status)) {
    11361138                DEBUG(0, ("ctdbd_init_connection failed: %s\n",
Note: See TracChangeset for help on using the changeset viewer.