lib/util Split data_blob_hex_string() into upper and lower
[ira/wip.git] / librpc / ndr / uuid.c
index 004a8d35ccf1059d9cee53c8a717f7c60979c20a..df17d7824e96864d0cb6d96bd3902008c941007d 100644 (file)
@@ -291,7 +291,7 @@ _PUBLIC_ char *GUID_hexstring(TALLOC_CTX *mem_ctx, const struct GUID *guid)
                return NULL;
        }
 
-       ret = data_blob_hex_string(mem_ctx, &guid_blob);
+       ret = data_blob_hex_string_upper(mem_ctx, &guid_blob);
        talloc_free(tmp_mem);
        return ret;
 }