Hi Alexander,
On 03/19/2018 01:02 PM, Alexander Kochetkov wrote:
The command 'connmanctl config <service>
--timeservers'
(with empty --timeservers argument) will clear timeservers
array. Timeservers obtained from dhcp will be dropped from
timeservers array after the command.
That looks like copy/paste error. Instead of clearing
timeservers_config array the code clears timeservers
array.
Furthermore, it is a memory leak. I tried to understand why it is added
but there isn't any real explanation other than you stated.
Signed-off-by: Alexander Kochetkov <al.kochet(a)gmail.com>
I removed the SoB because we don't do them here.
Thanks,
Daniel