Skip to content

Commit

Permalink
Merge pull request #818 from MarkTraceur/kick-on-deauth
Browse files Browse the repository at this point in the history
Kick on deauth
  • Loading branch information
JohnMcLear committed Jun 26, 2012
2 parents 3d9a236 + c4e660b commit 0bc01fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/node/handler/PadMessageHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ exports.handleMessage = function(client, message)
},
finalHandler
]);
} else {
finalHandler();
}
}

Expand Down

0 comments on commit 0bc01fe

Please sign in to comment.