From b9e71fb3df1697f50cd5ace73d1a10a1801c58f7 Mon Sep 17 00:00:00 2001
From: Maximilien Siavelis <m@siav.pw>
Date: 摹曛, 08 8月 2019 02:47:00 +0800
Subject: [PATCH] Merge pull request #26 from emgstabilis/25-generation-of-pc-identifier-fails-with-default-strategy-if-no-disk

---
 example/example.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/example/example.cpp b/example/example.cpp
index 693a3b0..45370dd 100644
--- a/example/example.cpp
+++ b/example/example.cpp
@@ -31,7 +31,7 @@
     licenseLocation.environmentVariableName = "";
     EVENT_TYPE result = acquire_license("example", licenseLocation, &licenseInfo);
     PcSignature signature;
-    FUNCTION_RETURN generate_ok = generate_user_pc_signature(signature, ETHERNET);
+    FUNCTION_RETURN generate_ok = generate_user_pc_signature(signature, DEFAULT);
 
 	if (result == LICENSE_OK && licenseInfo.linked_to_pc) {
         CSimpleIniA ini;

--
Gitblit v1.9.1