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

Samba Server 3.5: update branche to 3.5.16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/winbindd/winbindd_dual.c

    r732 r736  
    3737extern bool override_logfile;
    3838extern struct winbindd_methods cache_methods;
     39
     40static struct winbindd_child *children = NULL;
    3941
    4042/* Read some data from a client connection */
     
    171173                close(state->child->sock);
    172174                state->child->sock = -1;
     175                DLIST_REMOVE(children, state->child);
    173176                tevent_req_error(req, err);
    174177                return;
     
    517520        SMB_ASSERT(child->rpccli != NULL);
    518521}
    519 
    520 struct winbindd_child *children = NULL;
    521522
    522523void winbind_child_died(pid_t pid)
Note: See TracChangeset for help on using the changeset viewer.