diff options
-rw-r--r-- | src/gabble-connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gabble-connection.c b/src/gabble-connection.c index 58905f40..555aa559 100644 --- a/src/gabble-connection.c +++ b/src/gabble-connection.c @@ -2340,7 +2340,7 @@ connection_iq_jingle_cb (LmMessageHandler *handler, } /* is the session new and not a zombie? */ - if (!found && chan == NULL) + if (!found) { /* if the session is unknown, the only allowed action is "initiate" */ if (strcmp (action, "initiate")) |