Title: mail
Hi,
 I am testing the trunk on Windows 7, code was built with Visual Studio 11 (Beta of VS 2012). When doing a simple test to register a service and then get its attributes I am getting back multiple 'entries' when only 1 such entry exists. This appears to be an issue with the 2.0 slptool because if I use the older slptool 1.0.9.a on the same registration I only get a single attribute back.

slptool example:
C:\Temp\openslp\win32\Win32\Debug>slptool -v
slptool version = 2.0.0
libslp version = 2.0.0
libslp configuration file = (null)

C:\Temp\openslp\win32\Win32\Debug>slptool.exe register service:myserv.x://myhost.com "(attr1=val1),(attr2=val2)"

C:\Temp\openslp\win32\Win32\Debug>slptool findsrvs service:myserv.x
service:myserv.x://myhost.com,10785

C:\Temp\openslp\win32\Win32\Debug>slptool findattrs service:myserv.x://myhost.com
(attr1=val1),(attr2=val2)
(attr1=val1),(attr2=val2)
(attr1=val1),(attr2=val2)

C:\Temp\openslp\win32\Win32\Debug>slptool findattrs service:myserv.x://myhost.com attr1
(attr1=val1)
(attr1=val1)
(attr1=val1)


Server Info:
C:\Temp\openslp\win32\Win32\Debug>slpd -v
slpd version: 2.0.0
compile options:
   debugging:            disabled
   predicates:           enabled
   slpv1 compatability:  enabled
   slpv2 security:       disabled
C:\Temp\linux64\openslp\win32\Win32\Debug>slpd -stop

C:\Temp\linux64\openslp\win32\Win32\Debug>slpd -start

--
Jim Marshall
Sr. Software Engineer
WS

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openslp-devel mailing list
Openslp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openslp-devel

Reply via email to