diff options
author | Volker Lendecke <vl@samba.org> | 2009-03-08 12:25:10 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-03-08 12:52:58 +0100 |
commit | dea9621680062b3726ad15cbec4a9d2cf7ce824e (patch) | |
tree | 50f6bc6cdfdd97e79317cfc3fe30a0c1d961922b /source3/include | |
parent | e503148225a8b634cea57db65983e8dcdf60154d (diff) | |
download | samba-dea9621680062b3726ad15cbec4a9d2cf7ce824e.tar.gz samba-dea9621680062b3726ad15cbec4a9d2cf7ce824e.tar.bz2 samba-dea9621680062b3726ad15cbec4a9d2cf7ce824e.zip |
Don't copy the winbindd_request in wb_trans
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/wbc_async.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/wbc_async.h b/source3/include/wbc_async.h index 5aac64d48e..b5e769f8c3 100644 --- a/source3/include/wbc_async.h +++ b/source3/include/wbc_async.h @@ -30,7 +30,7 @@ struct wb_context { struct async_req *wb_trans_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct wb_context *wb_ctx, bool need_priv, - const struct winbindd_request *wb_req); + struct winbindd_request *wb_req); wbcErr wb_trans_recv(struct async_req *req, TALLOC_CTX *mem_ctx, struct winbindd_response **presponse); struct wb_context *wb_context_init(TALLOC_CTX *mem_ctx); |