Skip to content

Commit

Permalink
fix after master merge
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyScherzinger committed May 29, 2017
1 parent 33bfb0b commit df87f2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ public RemoteOperationResult(boolean success, int httpCode, String httpPhrase, H
continue;
}
if ("www-authenticate".equals(current.getName().toLowerCase())) {
mAuthenticate = current.getValue();
mAuthenticateHeaders.add(current.getValue());
break;
}
}
Expand Down

0 comments on commit df87f2a

Please sign in to comment.