table: Calling the correct version of Cs::setData when refreshing CS entry

Change-Id: I9d33716a56c6aafb061716eed44d8e3f54363129
Refs: #1458
diff --git a/daemon/table/cs.cpp b/daemon/table/cs.cpp
index c86ba54..874ef52 100644
--- a/daemon/table/cs.cpp
+++ b/daemon/table/cs.cpp
@@ -171,7 +171,7 @@
     {
       NFD_LOG_TRACE("Duplicate name (with digest)");
 
-      (*head)->setData(data, entry->getDigest()); //updates stale time
+      (*head)->setData(data, isUnsolicited, entry->getDigest()); //updates stale time
 
       // new entry not needed, returning to the pool
       entry->release();