summaryrefslogtreecommitdiff
path: root/cleopatre
diff options
context:
space:
mode:
authorYacine Belkadi2011-01-06 11:57:18 +0100
committerYacine Belkadi2011-01-06 12:05:39 +0100
commitd5f800275f617be89c35530a0f70585998d62114 (patch)
tree4ad235e2f46f5db307189b06858c4d210ae9af6d /cleopatre
parentf5a448c3e588f79b132b9f46e445d7fe451c40cb (diff)
cleo/app/cwmp: fix: Ethernet interface stats are not refreshed
The stats for the Ethernet network interfaces are supposed to be retrieved only once during each CPE<->ACS communication session, and cached. But the cached was not cleaned before a new session.
Diffstat (limited to 'cleopatre')
-rw-r--r--cleopatre/application/cwmp/src/impl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cleopatre/application/cwmp/src/impl.c b/cleopatre/application/cwmp/src/impl.c
index 9baa1280fa..56568b060a 100644
--- a/cleopatre/application/cwmp/src/impl.c
+++ b/cleopatre/application/cwmp/src/impl.c
@@ -1542,6 +1542,7 @@ complete_pending(void)
impl_status_t
impl_before_session(void)
{
+ ethernet_if_stats = NULL;
homeplug_if_stats = NULL;
return IMPL_STATUS_OK;