Author: abartlet
Date: 2006-09-12 22:26:19 +0000 (Tue, 12 Sep 2006)
New Revision: 18434

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

Log:
Fix typo...

Modified:
   branches/SAMBA_4_0/source/nbt_server/dgram/netlogon.c


Changeset:
Modified: branches/SAMBA_4_0/source/nbt_server/dgram/netlogon.c
===================================================================
--- branches/SAMBA_4_0/source/nbt_server/dgram/netlogon.c       2006-09-12 
22:03:24 UTC (rev 18433)
+++ branches/SAMBA_4_0/source/nbt_server/dgram/netlogon.c       2006-09-12 
22:26:19 UTC (rev 18434)
@@ -59,7 +59,7 @@
                return;
        }
 
-       partitions_basedn = samdb_partitions_dn(sam_ctx, mem_ctx);
+       partitions_basedn = samdb_partitions_dn(samctx, samctx);
 
        ret = gendb_search(samctx, samctx, partitions_basedn, &ref_res, 
ref_attrs,
                           
"(&(&(nETBIOSName=%s)(objectclass=crossRef))(ncName=*))", 

Reply via email to