Skip to content

Commit

Permalink
fix typo in last checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Oct 1, 2017
1 parent 46b09e8 commit 192cb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ namespace drachtio {
string transactionId, dialogId ;

DR_LOG(log_debug) << "Client::processMessage - got request with " << tokens.size() << " tokens" ;
assert( tokens.size() >= 5 ) ;
assert( tokens.size() >= 4 ) ;

transactionId = tokens[2] ;
dialogId = tokens[3] ;
Expand Down

0 comments on commit 192cb3b

Please sign in to comment.