nfd-status-http-server: fix display of satisfied/unsatisfied Interests
Amends commit 7570e778e42e2b6b804300f619b8478df52356f5
Refs: #4720
Change-Id: I61bd78076b0b8d14b106e056a0ea9e000d70369b
diff --git a/tools/nfd-status-http-server-files/nfd-status.xsl b/tools/nfd-status-http-server-files/nfd-status.xsl
index 0b50985..d2015b1 100644
--- a/tools/nfd-status-http-server-files/nfd-status.xsl
+++ b/tools/nfd-status-http-server-files/nfd-status.xsl
@@ -133,8 +133,8 @@
<td><xsl:value-of select="nfd:packetCounters/nfd:outgoingPackets/nfd:nData"/></td>
<td><xsl:value-of select="nfd:packetCounters/nfd:incomingPackets/nfd:nNacks"/></td>
<td><xsl:value-of select="nfd:packetCounters/nfd:outgoingPackets/nfd:nNacks"/></td>
- <td><xsl:value-of select="nfd:packetCounters/nfd:nSatisfiedInterests"/></td>
- <td><xsl:value-of select="nfd:packetCounters/nfd:nUnsatisfiedInterests"/></td>
+ <td><xsl:value-of select="nfd:nSatisfiedInterests"/></td>
+ <td><xsl:value-of select="nfd:nUnsatisfiedInterests"/></td>
</tr>
</tbody>
</table>