This commit is contained in:
Wolfgang Hottgenroth 2025-02-15 00:12:40 +01:00
parent 49eeae5f90
commit fc2272a13e

4
mib.c
View File

@ -21,7 +21,9 @@
static void mib_hottisntpdcounter(struct agentx_varbind *vb) { static void mib_hottisntpdcounter(struct agentx_varbind *vb) {
long long ticks = 200169; static long long ticks = 200169;
ticks++;
agentx_varbind_counter64(vb, ticks); agentx_varbind_counter64(vb, ticks);
} }