mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-10 20:15:54 +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) {
|
switch (ret) {
|
||||||
case 0:
|
case 0:
|
||||||
case 2:
|
|
||||||
case 4:
|
case 4:
|
||||||
// Valid exit codes, ignored.
|
// Valid exit codes, ignored.
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue