diff --git a/source/custom/rg_wifi_handler.c b/source/custom/rg_wifi_handler.c index 9d42251..59d644c 100755 --- a/source/custom/rg_wifi_handler.c +++ b/source/custom/rg_wifi_handler.c @@ -1818,8 +1818,6 @@ int Dot11BssTableCacheHelper(netsnmp_tdata *table) if( netsnmp_tdata_add_row(table, row) != SNMPERR_SUCCESS ) goto ret; } - if(row) - netsnmp_tdata_remove_and_delete_row(table, row); return status; ret: