diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-05-05 17:21:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:52:00 -0500 |
commit | be7eb080fe0a2c44187e693681d3478a3dc0c0ee (patch) | |
tree | 564321b0a0bde34698af6a7ae2bc5a14ddf946db | |
parent | d02dc1b6740d113f68d12ba415672611fe854967 (diff) | |
download | samba-be7eb080fe0a2c44187e693681d3478a3dc0c0ee.tar.gz samba-be7eb080fe0a2c44187e693681d3478a3dc0c0ee.tar.bz2 samba-be7eb080fe0a2c44187e693681d3478a3dc0c0ee.zip |
r22680: Fix a talloc ctx name
(This used to be commit 3c46831f66136896b6b15c351442684ed20730d6)
-rw-r--r-- | source4/torture/rpc/samba3rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/samba3rpc.c b/source4/torture/rpc/samba3rpc.c index 78db554710..3de6daa90e 100644 --- a/source4/torture/rpc/samba3rpc.c +++ b/source4/torture/rpc/samba3rpc.c @@ -1130,7 +1130,7 @@ BOOL torture_netlogon_samba3(struct torture_context *torture) wks_name = get_myname(); } - mem_ctx = talloc_init("torture_bind_authcontext"); + mem_ctx = talloc_init("torture_netlogon_samba3"); if (mem_ctx == NULL) { d_printf("talloc_init failed\n"); |