winbind: only pass needed args to child_read_request
authorDavid Disseldorp <ddiss@samba.org>
Thu, 14 Mar 2013 16:36:36 +0000 (17:36 +0100)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 15 Apr 2013 16:15:22 +0000 (18:15 +0200)
commitbd2ce2d97a9018867fdbbcdacfd325b60a7a6a11
tree27cb0e8773bc75f0d5899f7a61d0000ec4d58b50
parent0985a84bf48d473018b9b524c3af83ce17c644be
winbind: only pass needed args to child_read_request

The socket and request are the only arguments required, the entire
winbind child state structure is not needed.
This allows for the separation of the request and response structures,
which will be done as part of making winbind_child asynchronous.
source3/winbindd/winbindd_dual.c