Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
itolfh committed Feb 17, 2017
2 parents 8cbd1ce + 8494547 commit 4daa4d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wilddog_conn_manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,7 @@ STATIC Wilddog_Return_T WD_SYSTEM _wilddog_cm_sessionInit
if(res < 0)
goto _CM_AUTH_ERR;

_wilddog_cm_cmd_authe_delete(p_cm_l,0);
/* add list and send out.*/
sendArg.cmd = WILDDOG_CONN_CMD_AUTH;
sendArg.p_cm_l = p_cm_l;
Expand All @@ -1143,6 +1144,7 @@ STATIC Wilddog_Return_T WD_SYSTEM _wilddog_cm_sessionInit
if((res = _wilddog_cm_cmd_userSend(&sendArg,0))< 0 )
goto _CM_AUTH_ERR;


return res;

_CM_AUTH_ERR:
Expand Down

0 comments on commit 4daa4d5

Please sign in to comment.