Skip to content

Commit ec178f9

Browse files
Add files via upload
1 parent bb34a98 commit ec178f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wellcoordination/benchmark/rubis.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Rubis : public ReplicatedObject
8787
std::memcpy(directbuysell, obj.directbuysell, sizeof(directbuysell));
8888
registeredusers = obj.registeredusers;
8989
openauctions= obj.openauctions;
90-
closeauctions= obj.closeactions;
90+
closeauctions= obj.closeauctions;
9191

9292
userscounter =obj.userscounter;
9393
}

0 commit comments

Comments
 (0)