You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
507 B
13 lines
507 B
diff -urNp a/agent/mibgroup/agentx/master.c b/agent/mibgroup/agentx/master.c
|
|
--- a/agent/mibgroup/agentx/master.c 2018-07-18 12:13:49.953014652 +0200
|
|
+++ b/agent/mibgroup/agentx/master.c 2018-07-18 12:20:23.537626773 +0200
|
|
@@ -221,7 +221,7 @@ agentx_got_response(int operation,
|
|
/* response is too late, free the cache */
|
|
if (magic)
|
|
netsnmp_free_delegated_cache((netsnmp_delegated_cache*) magic);
|
|
- return 0;
|
|
+ return 1;
|
|
}
|
|
requests = cache->requests;
|
|
|