diff options
Diffstat (limited to 'source4/torture/locktest2.c')
-rw-r--r-- | source4/torture/locktest2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/locktest2.c b/source4/torture/locktest2.c index 1784a0a729..e6c4728f0d 100644 --- a/source4/torture/locktest2.c +++ b/source4/torture/locktest2.c @@ -550,7 +550,7 @@ static void usage(void) DEBUG(0,("seed=%u\n", seed)); srandom(seed); - ev = event_context_init(talloc_autofree_context()); + ev = s4_event_context_init(talloc_autofree_context()); locking_init(1); lp_smbcli_options(lp_ctx, &options); |