Skip to content

Commit

Permalink
topos: handle 100 response completely
Browse files Browse the repository at this point in the history
- it may be needed by other modules to be processed with all via stack
  • Loading branch information
miconda committed Mar 1, 2021
1 parent 06656ad commit 80e812c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/modules/topos/topos_mod.c
Expand Up @@ -389,10 +389,6 @@ int tps_msg_received(sr_event_param_t *evp)
}
} else {
/* reply */
if(msg.first_line.u.reply.statuscode==100) {
/* nothing to do - it should be absorbed */
goto done;
}
tps_response_received(&msg);
}

Expand Down

0 comments on commit 80e812c

Please sign in to comment.