diff options
author | Vinit Deshapnde <vinitd@google.com> | 2013-11-12 15:36:37 -0800 |
---|---|---|
committer | Vinit Deshapnde <vinitd@google.com> | 2013-11-12 15:36:37 -0800 |
commit | 4038724a536c990859866489195add7ed537006b (patch) | |
tree | bf1d2b0aa115f2a182e821294f9423bc5bb4f332 /packages/SystemUI/res/values-tr/strings.xml | |
parent | 105b9b05041ea6f1109d961d548f3dde2bd69501 (diff) | |
download | frameworks_base-4038724a536c990859866489195add7ed537006b.zip frameworks_base-4038724a536c990859866489195add7ed537006b.tar.gz frameworks_base-4038724a536c990859866489195add7ed537006b.tar.bz2 |
Get rid of a race in NsdService in stopResolveService and getAddrInfo
Both requests are made using same id; and there is a chance that
stopResolve() is not fully completed when getAddrInfo() is issued. That
results getAddrInfo() failure, because both are using same requestId.
This change fixes this problem by creating a new unique id to call
getAddrInfo() with.
Bug: 11597153
Change-Id: I56bd78740e8a40bd31c52705dc797486aff53a50
Diffstat (limited to 'packages/SystemUI/res/values-tr/strings.xml')
0 files changed, 0 insertions, 0 deletions