summaryrefslogtreecommitdiff
path: root/source4/torture/nbt/dgram.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-07 17:59:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:05:33 -0500
commit3b6186a67630cf05bc33e6e9288e132f39173ef4 (patch)
tree88df177f593f209d1463f22a5e2460c84b609e5c /source4/torture/nbt/dgram.c
parentb50ef4caef44e3b45445728818f3bca09273249d (diff)
downloadsamba-3b6186a67630cf05bc33e6e9288e132f39173ef4.tar.gz
samba-3b6186a67630cf05bc33e6e9288e132f39173ef4.tar.bz2
samba-3b6186a67630cf05bc33e6e9288e132f39173ef4.zip
r25008: Remove use of pstring.
(This used to be commit c57869e2620de30c303b0cb2f70cd07b32f269fc)
Diffstat (limited to 'source4/torture/nbt/dgram.c')
-rw-r--r--source4/torture/nbt/dgram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/nbt/dgram.c b/source4/torture/nbt/dgram.c
index c5b009979e..c4515ea797 100644
--- a/source4/torture/nbt/dgram.c
+++ b/source4/torture/nbt/dgram.c
@@ -342,7 +342,7 @@ static bool nbt_test_ntlogon(struct torture_context *tctx)
*/
struct torture_suite *torture_nbt_dgram(TALLOC_CTX *mem_ctx)
{
- struct torture_suite *suite = torture_suite_create(suite, "DGRAM");
+ struct torture_suite *suite = torture_suite_create(mem_ctx, "DGRAM");
torture_suite_add_simple_test(suite, "netlogon", nbt_test_netlogon);
torture_suite_add_simple_test(suite, "netlogon2", nbt_test_netlogon2);