mirror of
https://github.com/samba-team/samba.git
synced 2025-11-06 08:23:50 +03:00
r13062: Fix upgrade of WINS entries
(This used to be commit cc4cab341e)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f25ad21617
commit
a54a66ddf1
@@ -273,7 +273,7 @@ function upgrade_wins(samba3)
|
|||||||
nType = (sys.bitAND(e.nb_flags,0x60)>>5);
|
nType = (sys.bitAND(e.nb_flags,0x60)>>5);
|
||||||
|
|
||||||
ldif = ldif + sprintf("
|
ldif = ldif + sprintf("
|
||||||
dn: name:%s,type=0x%02X
|
dn: name=%s,type=0x%02X
|
||||||
type: 0x%02X
|
type: 0x%02X
|
||||||
name: %s
|
name: %s
|
||||||
objectClass: winsRecord
|
objectClass: winsRecord
|
||||||
|
|||||||
Reference in New Issue
Block a user