Re: kopete/protocols/jabber/libiris/src/xmpp/xmpp-im/s5b.cpp

2013-06-18 Thread Justin Karneges
On 06/18/2013 02:52 AM, David Faure wrote: Hi, gcc found a nice bug in S5BServer::ss_incomingUDP... · if(port != 0 || port != 1) · · return; Whatever follows, will never be called :-) Well that's a hoot! Fortunately nothing of importance ever used S5B UDP. It was originall

kopete/protocols/jabber/libiris/src/xmpp/xmpp-im/s5b.cpp

2013-06-18 Thread David Faure
Hi, gcc found a nice bug in S5BServer::ss_incomingUDP... · if(port != 0 || port != 1) · · return; Whatever follows, will never be called :-) -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE, in particular KDE Frameworks 5 _