Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion direct/src/distributed/ClientRepositoryBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def replayDeferredGenerate(self, msgType, extra):
"generate" messages when they are replayed().
"""

if msgType == CLIENT_CREATE_OBJECT_REQUIRED_OTHER:
if msgType == CLIENT_ENTER_OBJECT_REQUIRED_OTHER:
# It's a generate message.
doId = extra
if doId in self.deferredDoIds:
Expand Down