A small memory footprint AMQP implimentation

Dependents:   iothub_client_sample_amqp remote_monitoring simplesample_amqp

Revision:
47:365a93fdb5bb
Parent:
35:d0bed2404ee9
--- a/amqpvalue_to_string.c	Tue Sep 11 11:13:43 2018 -0700
+++ b/amqpvalue_to_string.c	Thu Oct 04 09:16:13 2018 -0700
@@ -338,7 +338,7 @@
             }
             else
             {
-                char* uuid_string_value = UUID_to_string(&uuid_value);
+                char* uuid_string_value = UUID_to_string((const UUID_T *)&uuid_value);
                 if (uuid_string_value == NULL)
                 {
                     LogError("Failure getting UUID stringified value");