>
>     $ wbemcli gi 
> 'http://user:p...@hostname/root/cimv2:Win32_Share.Name="test";'
>     hostname:5988/root/cimv2:...,Caption="test\"Test\",Description"test...
>

Some typo in the above output (missing "=" after "Description"),

    $ wbemcli gi 'http://user:p...@hostname/root/cimv2:Win32_Share.Name="test";'
    hostname:5988/root/cimv2:...,Caption="test\"Test\",Description="test...

-- 
should escape backslash character in CimXml::unescapeXml()
https://bugs.launchpad.net/bugs/384721
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to