diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-06-16 13:58:06 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-06-16 08:18:10 +0200 |
commit | 61f7f0155465b14612f7ac29a12c442ff25031b4 (patch) | |
tree | 39c8c81e6da3d803dd760e8a6fc10f07ad474ecd /testdata | |
parent | d0b60f02dd3c324d4c990dae7334b228dddba075 (diff) | |
download | samba-61f7f0155465b14612f7ac29a12c442ff25031b4.tar.gz |
s4-s3upgrade: Add my wins.dat and fix the parsing error
The issue was that the numbers at the end of the lines are space
padded.
Andrew Bartlett
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/samba3/wins.dat2 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testdata/samba3/wins.dat2 b/testdata/samba3/wins.dat2 new file mode 100644 index 00000000000..f2c2a3b7d09 --- /dev/null +++ b/testdata/samba3/wins.dat2 @@ -0,0 +1,23 @@ +VERSION 1 0 +"FILESERVER#03" 1340075987 192.168.1.99 64R +"BARTLETT#1b" 1340075987 192.168.1.99 64R +"YOWIEE#03" 1340075987 192.168.1.99 66R +"LOGINSERVER#20" 1340075987 192.168.1.99 64R +"GAMESSERVER#00" 1340075987 192.168.1.99 64R +"BARTLETT#00" 1340075987 255.255.255.255 e4R +"FILESERVER#20" 1340075987 192.168.1.99 64R +"YOWIEE#20" 1340075987 192.168.1.99 66R +"BARTLETT#1c" 1340075987 192.168.1.99 e4R +"PRINTSERVER#03" 1340075987 192.168.1.99 64R +"KYD61BE8#00" 1339924470 0.0.0.0 4R +"BARTLETT#1e" 1340075987 255.255.255.255 e4R +"LOGINSERVER#00" 1340075987 192.168.1.99 64R +"GAMESSERVER#03" 1340075987 192.168.1.99 64R +"PRINTSERVER#20" 1340075987 192.168.1.99 64R +"FILESERVER#00" 1340075987 192.168.1.99 64R +"YOWIEE#00" 1340075987 192.168.1.99 66R +"KYD61BE8#03" 1339924450 0.0.0.0 4R +"GAMESSERVER#20" 1340075987 192.168.1.99 64R +"KYD61BE8#20" 1339924490 0.0.0.0 4R +"LOGINSERVER#03" 1340075987 192.168.1.99 64R +"PRINTSERVER#00" 1340075987 192.168.1.99 64R |