diff options
Diffstat (limited to 'csharp/src')
-rw-r--r-- | csharp/src/Ice/Proxy.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/src/Ice/Proxy.cs b/csharp/src/Ice/Proxy.cs index fe3c68a12d2..cd304fd4299 100644 --- a/csharp/src/Ice/Proxy.cs +++ b/csharp/src/Ice/Proxy.cs @@ -2696,9 +2696,9 @@ namespace Ice { SetResult(new Object_Ice_invokeResult(true, null)); } - if(!alreadySent) + if(progress_ != null && !alreadySent) { - progress_.Report(sentSynchronously); + progress_.Report(sentSynchronously); } } |