am 492604e9: Merge change I69f72c00 into eclair-mr2

Merge commit '492604e95239c1427dd5acb9109eb8acaaafc50d' into eclair-mr2-plus-aosp

* commit '492604e95239c1427dd5acb9109eb8acaaafc50d':
  Update OBEX lib setPath Flags handling logic to be compatible with spec.
This commit is contained in:
Lixin Yue
2009-12-16 17:39:18 -08:00
committed by Android Git Automerger

View File

@@ -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;
}