mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
([Connection -_service_forwardForProxy:]): Use new exception variable
name. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1669 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ec1452e135
commit
1185dbdd91
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ static int messages_received_count;
|
|||
[op encodeValueOfCType: @encode(BOOL)
|
||||
at: &is_exception
|
||||
withName: @"Exceptional reply flag"];
|
||||
[op encodeBycopyObject: exception
|
||||
[op encodeBycopyObject: localException
|
||||
withName: @"Exception object"];
|
||||
[op dismiss];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue