CASSANDRA-7144 follow-up

This commit is contained in:
Aleksey Yeschenko 2014-06-03 18:59:18 +03:00
parent 1dc157afe7
commit 12a7a7ebfc
1 changed files with 1 additions and 1 deletions

View File

@ -785,7 +785,7 @@ public class StorageProxy implements StorageProxyMBean
RowMutation replicationMutation = cm.makeReplicationMutation();
if (replicationMutation != null)
{
sendToHintedEndpoints(cm.makeReplicationMutation(), remotes, responseHandler, localDataCenter, consistency_level);
sendToHintedEndpoints(replicationMutation, remotes, responseHandler, localDataCenter, consistency_level);
}
else
{