Modify the wrong size count paramter of memset in lmonHdlr.cpp

Change-Id: Ifb72318da17bd741fe4b897d2c2ca17acf0ca6f5
Partial-Bug: 1838219
Signed-off-by: YeHuiSheng <hsye@fiberhome.com>
This commit is contained in:
YeHuiSheng 2019-07-29 11:01:12 +08:00
parent 04e4440d5b
commit 4391de7ea1
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ void daemon_service_run ( void )
lmon_ctrl.ioctl_socket = 0 ;
lmon_ctrl.netlink_socket = 0 ;
memset (&lmon_ctrl.mtclogd, 0, sizeof(lmon_ctrl.mtclogd));
memset (&interfaces, 0, sizeof(interface_ctrl_type));
memset (&interfaces, 0, sizeof(interfaces));
get_hostname (&lmon_ctrl.my_hostname[0], MAX_HOST_NAME_SIZE );
mtcTimer_init ( lmon_ctrl.audit_timer, lmon_ctrl.my_hostname, "audit");