Skip to content

Commit

Permalink
Merge pull request Azure#40 from jofriedm-msft/dev
Browse files Browse the repository at this point in the history
Share snapshot fix when getting server response
  • Loading branch information
jofriedm-msft authored Apr 12, 2017
2 parents cabef70 + 78c93c0 commit 26eccd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ public CloudFileShare preProcessResponse(CloudFileShare share, CloudFileClient c
// use the specified metadata if not null : otherwise share's metadata
snapshot.setMetadata(metadata != null ? metadata : share.metadata);

share.updatePropertiesFromResponse(this.getConnection());
snapshot.updatePropertiesFromResponse(this.getConnection());

return snapshot;
}
Expand Down

0 comments on commit 26eccd0

Please sign in to comment.