summaryrefslogtreecommitdiff
path: root/ace/Token_Request_Reply.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Token_Request_Reply.inl')
-rw-r--r--ace/Token_Request_Reply.inl3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Token_Request_Reply.inl b/ace/Token_Request_Reply.inl
index 9955c4c66ea..99a6b367a1a 100644
--- a/ace/Token_Request_Reply.inl
+++ b/ace/Token_Request_Reply.inl
@@ -147,8 +147,7 @@ ACE_Token_Request::token_name (const ACE_TCHAR *token_name,
// ... then add in the amount of the variable-sized portion.
len += token_name_length + client_id_length + 1;
-
- this->length (ACE_Utils::Truncate (len));
+ this->length (ACE_Utils::Truncate<ACE_UINT32> (len));
}
// = Set/get the id of the client.