psi-im / iris

XMPP network library
GNU Lesser General Public License v2.1
50 stars 25 forks source link

Strange code in JT_CaptchaChallenger::take #58

Closed liuch closed 5 years ago

liuch commented 5 years ago

I found a strange line of code here: https://github.com/psi-im/iris/blob/master/src/xmpp/xmpp-im/xmpp_tasks.cpp#L2003

Why is the comma there? Maybe it's a bug?

liuch commented 5 years ago

Or someone was too lazy to write an extra if statement. IDK.