]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Fri, 22 Jan 2021 20:25:41 +0000 (12:25 -0800)
committerJohn Wolfe <jwolfe@vmware.com>
Fri, 22 Jan 2021 20:25:41 +0000 (12:25 -0800)
open-vm-tools/lib/include/log.h

index 129458286f1c6f8819abd6b6b17ccba3ab4e8168..3a460a87e108e2bf1cf8e0e0b1384fca6c9c7ee3 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 1998-2020 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2021 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
@@ -126,10 +126,10 @@ typedef enum {
 
 #ifdef VMX86_SERVER
 /* WORLD_MAX_OPID_STRING_SIZE */
-#define LOG_MAX_OPID_LENGTH (128 + 1)
+#define LOG_MAX_OPID_LENGTH 128
 #else
 /* We do not expect long opIDs in non-ESX environments. 32 should be enough. */
-#define LOG_MAX_OPID_LENGTH (32 + 1)
+#define LOG_MAX_OPID_LENGTH 32
 #endif
 
 /*