mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
([Proxy +encodeObject:withConnectedCoder:]): Assert that triangle
connection proxy out port's are valid. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1201 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
91a49f97f0
commit
88559e5d9c
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ enum
|
|||
OutPort *proxy_connection_out_port = [proxy_connection outPort];
|
||||
|
||||
assert (proxy_connection_out_port);
|
||||
assert ([proxy_connection_out_port isValid]);
|
||||
assert (proxy_connection_out_port != [encoder_connection outPort]);
|
||||
/* xxx Remove this after debugging, because it won't be true
|
||||
for connections across different hosts. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue