svn commit: samba r13062 - in branches/SAMBA_4_0/source/scripting/libjs: .

jelmer at samba.org jelmer at samba.org
Sun Jan 22 08:31:04 GMT 2006


Author: jelmer
Date: 2006-01-22 08:31:04 +0000 (Sun, 22 Jan 2006)
New Revision: 13062

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

Log:
Fix upgrade of WINS entries

Modified:
   branches/SAMBA_4_0/source/scripting/libjs/upgrade.js


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/libjs/upgrade.js
===================================================================
--- branches/SAMBA_4_0/source/scripting/libjs/upgrade.js	2006-01-21 11:17:51 UTC (rev 13061)
+++ branches/SAMBA_4_0/source/scripting/libjs/upgrade.js	2006-01-22 08:31:04 UTC (rev 13062)
@@ -273,7 +273,7 @@
 		nType = (sys.bitAND(e.nb_flags,0x60)>>5);
 
 		ldif = ldif + sprintf("
-dn: name:%s,type=0x%02X
+dn: name=%s,type=0x%02X
 type: 0x%02X
 name: %s
 objectClass: winsRecord



More information about the samba-cvs mailing list