mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-09 10:47:22 +01:00
Fix the xmpp issue after restartting the CPE
This commit is contained in:
parent
1056a6ee46
commit
cc8aa165b1
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ void xmpp_connecting(void)
|
|||
connected = xmpp_connect_client(conn, cur_xmpp_con.serveraddress[0] ? cur_xmpp_con.serveraddress : NULL,
|
||||
cur_xmpp_con.port, conn_handler, ctx);
|
||||
|
||||
if (connected == -1 )
|
||||
if (connected < 0 )
|
||||
{
|
||||
xmpp_exit(ctx, conn);
|
||||
cwmp_xmpp_log(SINFO,"XMPP Connection Retry");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue