Sync at the end of remote provisioning

This commit is contained in:
Yann Diorcet 2013-02-12 12:55:23 +01:00
parent f014edb972
commit c5ccc96991
2 changed files with 3 additions and 1 deletions

View file

@ -65,6 +65,8 @@ public class RemoteProvisioning {
if(x2l.convert(lp) != 0) { if(x2l.convert(lp) != 0) {
Log.e("Can't convert remote provisioning file to LinphoneConfig"); Log.e("Can't convert remote provisioning file to LinphoneConfig");
return; return;
} else {
lp.sync();
} }
Log.i("Remote provisioning ok"); Log.i("Remote provisioning ok");
} catch (MalformedURLException e) { } catch (MalformedURLException e) {

@ -1 +1 @@
Subproject commit 47a02f34fdfaf89e5c73aa387a639234c7ffa8bc Subproject commit bdf69fd48c17662b2b46581fe1c8c2f600d8a6dc