Commit b076890c authored by Andrew Mitchell's avatar Andrew Mitchell
Browse files

Passed persistMode through where it was previously unused

parent 9e8ea1af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -365,7 +365,7 @@ HandlerKey NonblockingKineticConnection::Put(const string key,
    const shared_ptr<PutCallbackInterface> callback,
    PersistMode persistMode) {
    return this->Put(make_shared<string>(key), make_shared<string>(current_version), mode, record,
        callback);
        callback, persistMode);
}