summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/Outgoing.java
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-04-20 18:39:28 +0000
committerMarc Laukien <marc@zeroc.com>2004-04-20 18:39:28 +0000
commit5faf133edb0da2b64c8111e585519bb784e48bc4 (patch)
treee1f6ce360fa1294ba04e904f2fdcfc8fde6a6210 /java/src/IceInternal/Outgoing.java
parent*** empty log message *** (diff)
downloadice-5faf133edb0da2b64c8111e585519bb784e48bc4.tar.bz2
ice-5faf133edb0da2b64c8111e585519bb784e48bc4.tar.xz
ice-5faf133edb0da2b64c8111e585519bb784e48bc4.zip
fix
Diffstat (limited to 'java/src/IceInternal/Outgoing.java')
-rw-r--r--java/src/IceInternal/Outgoing.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceInternal/Outgoing.java b/java/src/IceInternal/Outgoing.java
index 5b1f6065a41..9a8d2482f81 100644
--- a/java/src/IceInternal/Outgoing.java
+++ b/java/src/IceInternal/Outgoing.java
@@ -413,7 +413,7 @@ public final class Outgoing
//
// For compatibility with the old FacetPath.
//
- if(_reference.facet == null)
+ if(_reference.facet == null || _reference.facet.length() == 0)
{
_os.writeStringSeq(null);
}