Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 492604e9 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I69f72c00 into eclair-mr2

* changes:
  Update OBEX lib setPath Flags handling logic to be compatible with spec.
parents 43ad522d 69f72c00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -315,7 +315,7 @@ public final class ServerSession extends ObexSession implements Runnable {
                if (!((flags & 1) == 0)) {
                    backup = true;
                }
                if ((flags & 2) == 0) {
                if (!((flags & 2) == 0)) {
                    create = false;
                }