Merge change I69f72c00 into eclair-mr2
* changes: Update OBEX lib setPath Flags handling logic to be compatible with spec.
This commit is contained in:
@@ -315,7 +315,7 @@ public final class ServerSession extends ObexSession implements Runnable {
|
|||||||
if (!((flags & 1) == 0)) {
|
if (!((flags & 1) == 0)) {
|
||||||
backup = true;
|
backup = true;
|
||||||
}
|
}
|
||||||
if ((flags & 2) == 0) {
|
if (!((flags & 2) == 0)) {
|
||||||
create = false;
|
create = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user