1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 03:11:30 +00:00

Tread exit code 2 as error (fixes #759)

This commit is contained in:
Felix Ableitner 2016-12-22 17:03:04 +09:00
parent 0539d0b5a0
commit 4a30bd51ae

View file

@ -151,7 +151,6 @@ public class SyncthingRunnable implements Runnable {
switch (ret) {
case 0:
case 2:
case 4:
// Valid exit codes, ignored.
break;