
11 Sep
2008
11 Sep
'08
10:57 a.m.
Hi!
It seems that there is a little bug in smiRenderValue. I use SMI_RENDER_ALL as flags and I get 76.105.110.117.120 instead of "Linux" for example. Looking at the source code, it seems that when the type has no name (which is quite common), we branch in the wrong direction and we are displaying the string as an IP address.
I attach a patch for this issue to this message.