bugfix: typo

This commit is contained in:
Cloud Wu
2015-08-05 16:42:05 +08:00
parent aff73cbed7
commit b4048a8eab

View File

@@ -146,7 +146,7 @@ dispatch_list(struct timer_node *current) {
message.source = 0;
message.session = event->session;
message.data = NULL;
message.sz = (size_t)MESSAGE_TYPE_SHIFT << MESSAGE_TYPE_SHIFT;
message.sz = (size_t)PTYPE_RESPONSE << MESSAGE_TYPE_SHIFT;
skynet_context_push(event->handle, &message);