You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2019/01/09 20:41:15 UTC

[GitHub] asfgit closed pull request #438: DISPATCH-1240: prevent truncation of correlation id

asfgit closed pull request #438: DISPATCH-1240: prevent truncation of correlation id
URL: https://github.com/apache/qpid-dispatch/pull/438
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/src/router_core/core_client_api.c b/src/router_core/core_client_api.c
index 479a45ff..3b32b319 100644
--- a/src/router_core/core_client_api.c
+++ b/src/router_core/core_client_api.c
@@ -26,7 +26,7 @@
 #include <time.h>
 
 #define CORRELATION_ID_LEN 32
-const char *CORRELATION_ID_FMT = "client-%016"PRIxPTR"%08"PRIx32;
+const char *CORRELATION_ID_FMT = "client-%016"PRIx64"%08"PRIx32;
 
 typedef struct qdrc_client_request_t qdrc_client_request_t;
 struct qdrc_client_request_t {


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org