mirror of
https://github.com/samba-team/samba.git
synced 2025-11-05 04:23:51 +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);
|
||||
|
||||
ldif = ldif + sprintf("
|
||||
dn: name:%s,type=0x%02X
|
||||
dn: name=%s,type=0x%02X
|
||||
type: 0x%02X
|
||||
name: %s
|
||||
objectClass: winsRecord
|
||||
|
||||
Reference in New Issue
Block a user