Skip to content

Commit

Permalink
Merge pull request #63 from nextcloud/fixCompile
Browse files Browse the repository at this point in the history
fix compile after master merge
  • Loading branch information
mario authored May 29, 2017
2 parents 33bfb0b + df87f2a commit 48f441a
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 48f441a

Please sign in to comment.