.
This commit is contained in:
parent
deaa8140f5
commit
25081b1bae
2
CHANGES
2
CHANGES
@ -273,3 +273,5 @@ Alexey Khromov (zx@zxalexis.ru)
|
|||||||
|
|
||||||
0.26
|
0.26
|
||||||
+ Fixed incorrect binkp protocol realization in unprotected sessions.
|
+ Fixed incorrect binkp protocol realization in unprotected sessions.
|
||||||
|
+ Fixed binkp override appliance in incoming handshake
|
||||||
|
|
||||||
|
@ -1222,6 +1222,7 @@ void binkp_process_ADR(char *buffer)
|
|||||||
DEB((D_24554, "process ADR: %s", buffer));
|
DEB((D_24554, "process ADR: %s", buffer));
|
||||||
for( p = string_token(buffer, &q, NULL, 0); p; p = string_token(NULL, &q, NULL, 0) )
|
for( p = string_token(buffer, &q, NULL, 0); p; p = string_token(NULL, &q, NULL, 0) )
|
||||||
{
|
{
|
||||||
|
DEB((D_24554, "binkp_process_ADR got token \"%s\" ",p ));
|
||||||
if( ftn_addrparse(&addr, p, FALSE) )
|
if( ftn_addrparse(&addr, p, FALSE) )
|
||||||
log("BinkP got unparsable address \"%s\"", string_printable(p));
|
log("BinkP got unparsable address \"%s\"", string_printable(p));
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user