]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common source file change not directly applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Wed, 1 Apr 2020 18:31:38 +0000 (11:31 -0700)
committerOliver Kurth <okurth@vmware.com>
Wed, 1 Apr 2020 18:31:38 +0000 (11:31 -0700)
open-vm-tools/lib/stubs/stub-config.c

index 333ce5e0a8cf7deccea2f4515d60653293a415eb..a970db322ad7287cd19300556333c5079f502f7c 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2008-2016 VMware, Inc. All rights reserved.
+ * Copyright (C) 2008-2020 VMware, Inc. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
@@ -70,6 +70,11 @@ Preference_Init(void)
    return TRUE;
 }
 
+void
+Preference_Exit(void)
+{
+}
+
 Bool
 Preference_GetBool(Bool defaultValue,
                    const char *name)