From: Kruti Pendharkar Date: Tue, 3 Jun 2025 06:30:24 +0000 (-0700) Subject: Change to common source file not applicable to open-vm-tools. X-Git-Tag: stable-13.1.0~180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af5ff08e5aa273baafa1c79c511386f9c97f5485;p=thirdparty%2Fopen-vm-tools.git Change to common source file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/stubs/stub-log.c b/open-vm-tools/lib/stubs/stub-log.c index 5e96d604d..0ccc97c00 100644 --- a/open-vm-tools/lib/stubs/stub-log.c +++ b/open-vm-tools/lib/stubs/stub-log.c @@ -156,3 +156,9 @@ Log_BufEndLevel(void *acc, // IN/OUT: { } + +Bool +Log_IsEnabled(uint32 routing) // IN: +{ + return FALSE; +}