summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c553168)
raw | patch | inline | side by side (parent: c553168)
author | Florian Forster <octo@huhu.verplant.org> | |
Thu, 27 Sep 2007 14:13:02 +0000 (16:13 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Thu, 27 Sep 2007 14:13:02 +0000 (16:13 +0200) |
src/snmp.c | patch | blob | history |
diff --git a/src/snmp.c b/src/snmp.c
index 2c4c930cb652dce0c5f3a7642a12b5f347a561d3..c12b3ec8fc43781edaffad4faa36d62eccf47f3f 100644 (file)
--- a/src/snmp.c
+++ b/src/snmp.c
if ((vl->type == ASN_INTEGER)
|| (vl->type == ASN_UINTEGER)
|| (vl->type == ASN_COUNTER)
+#ifdef ASN_TIMETICKS
+ || (vl->type == ASN_TIMETICKS)
+#endif
|| (vl->type == ASN_GAUGE))
{
temp = (uint32_t) *vl->val.integer;