Merge branch 'V5-6-patches' into V5-7-patches

* V5-6-patches:
  remove bad assert check
diff --git a/agent/mibgroup/if-mib/ifTable/ifTable_data_access.c b/agent/mibgroup/if-mib/ifTable/ifTable_data_access.c
index b8a09b5..fb838ef 100644
--- a/agent/mibgroup/if-mib/ifTable/ifTable_data_access.c
+++ b/agent/mibgroup/if-mib/ifTable/ifTable_data_access.c
@@ -500,11 +500,6 @@
                 _check_and_replace_old(ifentry, container);
 
         CONTAINER_INSERT(container, rowreq_ctx);
-        /*
-         * fix this when we hit an arch that reports its own last change
-         */
-        netsnmp_assert(0 == (ifentry->ns_flags &
-                             NETSNMP_INTERFACE_FLAGS_HAS_LASTCHANGE));
         if (0 == _first_load) {
             rowreq_ctx->data.ifLastChange = netsnmp_get_agent_uptime();
             ifTable_lastChange_set(rowreq_ctx->data.ifLastChange);