Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cfb23bb
)
C#: Fix a bug in the TApplicationException reader.
author
David Reiss
<dreiss@apache.org>
Wed, 2 Apr 2008 22:09:43 +0000
(22:09 +0000)
committer
David Reiss
<dreiss@apache.org>
Wed, 2 Apr 2008 22:09:43 +0000
(22:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665629
13f79535
-47bb-0310-9956-
ffa450edef68
lib/csharp/src/TApplicationException.cs
patch
|
blob
|
history
diff --git
a/lib/csharp/src/TApplicationException.cs
b/lib/csharp/src/TApplicationException.cs
index
e9d200a
..
4248664
100644
(file)
--- a/
lib/csharp/src/TApplicationException.cs
+++ b/
lib/csharp/src/TApplicationException.cs
@@
-39,7
+39,6
@@
namespace Thrift
public static TApplicationException Read(TProtocol iprot)
{
TField field;
- TStruct struc = iprot.ReadStructBegin();
string message = null;
ExceptionType type = ExceptionType.Unknown;