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:
parent
5613e6b8ad
commit
ae514f0762
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user