1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r5347: fixed the NBT-REGISTER test now that the nbt layer is case sensitive

This commit is contained in:
Andrew Tridgell 2005-02-11 23:55:15 +00:00 committed by Gerald (Jerry) Carter
parent 5613e6b8ad
commit ae514f0762

View File

@ -160,7 +160,7 @@ BOOL torture_nbt_register(void)
NTSTATUS status;
BOOL ret = True;
name.name = lp_parm_string(-1, "torture", "host");
name.name = strupper_talloc(mem_ctx, lp_parm_string(-1, "torture", "host"));
name.type = NBT_NAME_SERVER;
name.scope = NULL;