From 0ec4d68600b83d41d2e48ad35d18e2a00f234619 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 21 9月 2019 01:34:22 +0800 Subject: [PATCH] Merge branch 'develop' of https://github.com/open-license-manager/open-license-manager into develop --- 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