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:
parent
0539d0b5a0
commit
4a30bd51ae
1 changed files with 0 additions and 1 deletions
|
@ -151,7 +151,6 @@ public class SyncthingRunnable implements Runnable {
|
|||
|
||||
switch (ret) {
|
||||
case 0:
|
||||
case 2:
|
||||
case 4:
|
||||
// Valid exit codes, ignored.
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue