Author: tridge
Date: 2005-02-11 23:55:15 +0000 (Fri, 11 Feb 2005)
New Revision: 5347

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5347

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

Modified:
   branches/SAMBA_4_0/source/torture/nbt/register.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/nbt/register.c
===================================================================
--- branches/SAMBA_4_0/source/torture/nbt/register.c    2005-02-11 23:54:37 UTC 
(rev 5346)
+++ branches/SAMBA_4_0/source/torture/nbt/register.c    2005-02-11 23:55:15 UTC 
(rev 5347)
@@ -160,7 +160,7 @@
        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;
 

Reply via email to