Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
17 lines
680 B
Diff
17 lines
680 B
Diff
diff --git i/src/flb_utils.c w/src/flb_utils.c
|
|
index 87637f1331d7..7a0036566438 100644
|
|
--- i/src/flb_utils.c
|
|
+++ w/src/flb_utils.c
|
|
@@ -1424,11 +1424,11 @@ int flb_utils_get_machine_id(char **out_id, size_t *out_size)
|
|
return 0;
|
|
}
|
|
#elif defined (FLB_SYSTEM_MACOS)
|
|
bool bret;
|
|
CFStringRef serialNumber;
|
|
- io_service_t platformExpert = IOServiceGetMatchingService(kIOMainPortDefault,
|
|
+ io_service_t platformExpert = IOServiceGetMatchingService(kIOMasterPortDefault,
|
|
IOServiceMatching("IOPlatformExpertDevice"));
|
|
|
|
if (platformExpert) {
|
|
CFTypeRef serialNumberAsCFString =
|
|
IORegistryEntryCreateCFProperty(platformExpert,
|