diff options
author | Kai Blin <kai@samba.org> | 2009-04-21 09:58:42 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2009-05-30 09:17:37 +0200 |
commit | bb9103d9c4cb9d68c36f278ea31be9b8a12063b9 (patch) | |
tree | 599df3bc99ab426f1fdcdbd81c7f9656456958b7 /source3/torture | |
parent | 29ee4f6a340dc4009c344983cd15bcb79aaf1163 (diff) | |
download | samba-bb9103d9c4cb9d68c36f278ea31be9b8a12063b9.tar.gz samba-bb9103d9c4cb9d68c36f278ea31be9b8a12063b9.tar.bz2 samba-bb9103d9c4cb9d68c36f278ea31be9b8a12063b9.zip |
libwbclient: Store the winbind socket dir to use in the wb_context
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 30e7e8cbc5..d185a71727 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -5985,7 +5985,7 @@ static bool run_local_wbclient(int dummy) d_printf("nprocs=%d, numops=%d\n", (int)nprocs, (int)torture_numops); for (i=0; i<nprocs; i++) { - wb_ctx[i] = wb_context_init(ev); + wb_ctx[i] = wb_context_init(ev, NULL); if (wb_ctx[i] == NULL) { goto fail; } |