avoid redundant saving to the file system
by Nakamura, Yusuke (ADITJ/SWG)
Hi all,
I had a looked at the piece of code in technology.c and found there was a redundant data saving.
connman_technology_save_offline() always loads the keyfile and saves it even if OfflineMode is not changed.
In order to avoid this I'd like to save the keyfile only when OfflineMode is actually changed.
Do you agree with this ? If yes, I'll send a patch to review.
Best Regards,
Yusuke