([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:
Andrew McCallum 1996-09-02 13:57:39 +00:00
parent ec1452e135
commit 1185dbdd91

View file

@ -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];
}