diff options
Diffstat (limited to 'TAO/tao/GIOP.cpp')
-rw-r--r-- | TAO/tao/GIOP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/GIOP.cpp b/TAO/tao/GIOP.cpp index f0a4f054e25..6db2ef3582f 100644 --- a/TAO/tao/GIOP.cpp +++ b/TAO/tao/GIOP.cpp @@ -470,7 +470,7 @@ TAO_GIOP::recv_request (TAO_SVC_HANDLER *&handler, CDR::mb_align (&msg.start_); - size_t header_len = TAO_GIOP_HEADER_LEN; + ssize_t header_len = TAO_GIOP_HEADER_LEN; if (orb_core->orb_params ()->use_IIOP_lite_protocol ()) header_len = 5; |