~ubuntu-branches/ubuntu/quantal/quassel/quantal

« back to all changes in this revision

Viewing changes to src/common/signalproxy.cpp

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2011-09-08 15:19:49 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: package-import@ubuntu.com-20110908151949-yu27rheby1dakt9w
Tags: 0.7.3-0ubuntu1
* New upstream bufix release
  - Fix for quasselcore DoS from specially crafted CTCP requests
  - Translation updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
995
995
}
996
996
 
997
997
void SignalProxy::customEvent(QEvent *event) {
998
 
  switch(event->type()) {
 
998
  switch(+event->type()) {
999
999
  case PeerSignal:
1000
1000
    {
1001
1001
      PeerSignalEvent *e = static_cast<PeerSignalEvent *>(event);